Skip to main content

compute_blast_radius

Function compute_blast_radius 

Source
pub fn compute_blast_radius(
    graph: &InMemoryGraph,
    targets: &[ImpactTarget],
    max_depth: usize,
    min_confidence: Confidence,
) -> ImpactReport
Expand description

Compute blast radius from a set of impact targets. For Symbol targets: BFS forward from the symbol. For File targets: BFS forward from the file node (which typically has Contains edges to symbols).