Skip to main content

extract_semantics

Function extract_semantics 

Source
pub fn extract_semantics(diff: &str) -> DiffSemantics
Expand 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