Expand description
Impact analysis — compute the blast radius of code changes.
Given a CodeDiffResult (which nodes changed) and the CodeGraph state,
computes which other nodes are transitively affected via call edges,
which tests cover the affected area, and produces a human-readable report.
Structs§
- Changed
Node - A directly changed node with its change type.
- Impact
Report - The blast radius of a set of code changes.
- Impact
Stats - Summary statistics for an impact report.
Functions§
- format_
impact_ report - Format an impact report as a human-readable summary.
- impact_
analysis - Compute the impact (blast radius) of a code diff.