pub fn derive_graph(
repo: &Repository,
branch_specs: &[BranchSpec],
config: &DeriveConfig,
) -> Result<Graph>Expand description
Derive a Toolpath Graph from multiple branch specifications.
pub fn derive_graph(
repo: &Repository,
branch_specs: &[BranchSpec],
config: &DeriveConfig,
) -> Result<Graph>Derive a Toolpath Graph from multiple branch specifications.