Skip to main content

find_paths

Function find_paths 

Source
pub fn find_paths(
    graph: &CodeGraph,
    from: u64,
    to: u64,
    max_depth: u32,
    edge_types: &[EdgeType],
) -> Vec<Vec<u64>>
Expand description

Find all paths between two nodes up to a maximum depth.