IndexStorage class
Constructors
- IndexStorage(String gitDir, FileSystem fs)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readIndex(
) → Future< GitIndex> -
toString(
) → String -
A string representation of this object.
inherited
-
writeIndex(
GitIndex index) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited