Skip to main content

compute_graph

Function compute_graph 

Source
pub fn compute_graph(commits: &[(String, Vec<String>)]) -> Graph
Expand description

Compute the lane layout for commits, each (sha, parent_shas), in reverse-topological (newest-first) order.