GitIndex class

Constructors

GitIndex({required int versionNo})
GitIndex.decode(Uint8List bytes)

Properties

cache List<TreeEntry>
getter/setter pair
endOfIndexEntry EndOfIndexEntry?
getter/setter pair
entries List<GitIndexEntry>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionNo int
getter/setter pair

Methods

addPath(String path, GitHash hash) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removePath(String pathSpec) Future<GitHash?>
serialize() Uint8List
toString() String
A string representation of this object.
inherited
updatePath(String path, GitHash hash) Future<void>

Operators

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