[−][src]Module git_odb::pack::tree
Modules
from_offsets | |
traverse |
Structs
Chunks | |
Item | An item stored within the |
Node | An item returned by a |
Tree | A tree that allows one-time iteration over all nodes and their children, consuming it in the process, while being shareable among threads without a lock. It does this by making the run-time guarantee that iteration only happens once. |
Enums
Error | Returned when using various methods on a |