ObjectStorageExceptionCatcher class

Implemented types

Constructors

ObjectStorageExceptionCatcher({required ObjectStorage storage})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(GitHash hash) Future<GitObjectResult>
override
readBlob(GitHash hash) Future<GitBlobResult>
override
readCommit(GitHash hash) Future<GitCommitResult>
override
readObjectFromPath(String filePath) Future<GitObjectResult>
override
readTree(GitHash hash) Future<GitTreeResult>
override
refSpec(GitTree tree, String spec) Future<GitObjectResult>
override
toString() String
A string representation of this object.
inherited
writeObject(GitObject obj) Future<GitHash>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited