pub fn compute_blast_radius(
graph: &InMemoryGraph,
targets: &[ImpactTarget],
max_depth: usize,
min_confidence: Confidence,
) -> ImpactReportExpand 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).