Skip to main content

compute_diff_impact

Function compute_diff_impact 

Source
pub fn compute_diff_impact(
    graph: &InMemoryGraph,
    hunks: &[DiffHunk],
    symbols: &[SymbolNode],
    max_depth: usize,
) -> DiffImpactReport
Expand description

Combine change detection with blast radius for a full diff impact report.