Module graph
Source Expand description
- commit
- get_or_insert_default
- insert_parents
- Commit
- A commit that contains all information we can obtain through the commit-graph, which is typically enough to fuel any graph iteration.
- LazyCommit
- A commit that provides access to graph-related information, on demand.
- Generation
- The generation away from the HEAD of graph, useful to limit algorithms by topological depth as well.
- IdMap
- A mapping between an object id and arbitrary data, and produced when calling
Graph::detach()
.