pub fn compute(
graph: &Graph,
seeds: &[String],
direction: Direction,
max_depth: Option<usize>,
) -> Vec<Impacted>Expand description
Compute the impacted set for seeds. Seeds must be node paths present in
graph; unknown seeds are skipped.