Skip to main content

make_hunks

Function make_hunks 

Source
pub fn make_hunks(lines: &[DiffLine], context: usize) -> Vec<DiffHunk>
Expand description

Group diff lines into hunks with context.