ObjectStorage class

Implementers

Constructors

ObjectStorage(String _gitDir, FileSystem _fs)

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>
readBlob(GitHash hash) Future<GitBlobResult>
readCommit(GitHash hash) Future<GitCommitResult>
readObjectFromPath(String filePath) Future<GitObjectResult>
readTree(GitHash hash) Future<GitTreeResult>
refSpec(GitTree tree, String spec) Future<GitObjectResult>
toString() String
A string representation of this object.
inherited
writeObject(GitObject obj) Future<GitHash>

Operators

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