Skip to main content

find_all_cycles

Function find_all_cycles 

Source
pub fn find_all_cycles(index: &Index) -> Result<Vec<Vec<String>>>
Expand description

Find all cycles in the dependency graph. Returns a list of cycle paths.