ReferenceStorage class
Constructors
- ReferenceStorage(String dotGitDir, FileSystem fs)
Properties
Methods
-
deleteReference(
ReferenceName refName) → Future< void> -
listReferences(
String prefix) → Future< List< Reference> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reference(
ReferenceName refName) → Future< Reference?> -
removeReferences(
String prefix) → Future< void> -
saveRef(
Reference ref) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited