Module graph

Source
Expand description

Modules§

commit
get_or_insert_default
insert_parents

Structs§

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.

Type Aliases§

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().