Skip to main content

Module review

Module review 

Source
Expand description

Diff-aware review pipeline: parse unified diffs, map changed lines to symbols, compute blast radius via multi-hop graph traversal.

Structs§

BlastRadiusReport
Full blast radius report for a diff.
DiffHunk
A parsed diff hunk: file path + changed line ranges.
DiffSymbolMapping
Mapping from a unified diff to affected symbol IDs in the graph.
MemorySnippet
Lightweight memory reference for the report (avoids serializing full MemoryNode).
MissingChange
A potentially missing change detected by pattern analysis.
MissingCoChange
A file historically coupled with changed files but absent from the diff.
SymbolInfo
Information about a symbol for the blast radius report.

Functions§

parse_diff
Parse a unified diff into hunks with file paths and changed line numbers.