Module index

Source
Expand description

an index into the pack file

Modules§

init
traverse
verify
writestreaming-input

Structs§

Entry
Represents an entry within a pack index file, effectively mapping object IDs to pack data file locations.
File
A representation of a pack index file

Enums§

Version
The version of an index file

Type Aliases§

EntryIndex
The type for referring to indices of an entry within the index file.
PrefixLookupResult
A way to indicate if a lookup, despite successful, was ambiguous or yielded exactly one result in the particular index.