menu
dart_git package
documentation
storage/object_storage.dart
ObjectStorage
readBlob method
readBlob method
dark_mode
light_mode
readBlob
method
Future
<
GitBlobResult
>
readBlob
(
GitHash
hash
)
Implementation
Future<GitBlobResult> readBlob(GitHash hash) async => GitBlobResult(await read(hash));
dart_git package
documentation
storage/object_storage
ObjectStorage
readBlob method
ObjectStorage class