pub fn analyze_diff_impact(
store: &Store,
changed: &[ChangedFunction],
) -> Result<DiffImpactResult>Expand description
Run impact analysis across all changed functions from a diff.
Fetches call graph and test chunks once, then analyzes each function. Results are deduplicated by name.