pub fn extract_semantics(diff: &str) -> DiffSemanticsExpand description
Parses a unified diff and extracts semantic information.
This function analyzes the diff to identify:
- Functions that were added, removed, or modified
- Metric instrumentation changes
- Import statement changes