Module index

Module index 

Source
Expand description

Interfaces for indexes of the commits in a repository.

Enums§

IndexError
Returned by Index backend in the event of an error.
IndexStoreError
Returned by IndexStore in the event of an error.

Traits§

ChangeIdIndex
Defines the interface for types that provide an index of the commits in a repository by ChangeId.
Index
Defines the interface for types that provide an index of the commits in a repository by CommitId.
IndexStore
Defines the interface for types that provide persistent storage for an index.
MutableIndex
ReadonlyIndex

Type Aliases§

IndexResult
Result of Index operations.
IndexStoreResult
Result of IndexStore operations.