Skip to main content

extract_spans

Function extract_spans 

Source
pub fn extract_spans(commit_diff: &CommitDiff) -> Vec<FileSpan>
Expand description

(legacy) Extract FileSpans from a single commit diff without propagation. Kept for tests that operate on individual commits.