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