readBlob method

Future<GitBlobResult> readBlob(
  1. GitHash hash
)

Implementation

Future<GitBlobResult> readBlob(GitHash hash) async =>
    GitBlobResult(await read(hash));