Skip to main content

compute_downstream

Function compute_downstream 

Source
pub fn compute_downstream(
    node: &str,
    importers_by_file: &HashMap<String, HashSet<String>>,
) -> usize
Expand description

Compute downstream count for a node: BFS through importers_by_file.