Skip to main content

parse_update_file_chunks

Function parse_update_file_chunks 

Source
pub fn parse_update_file_chunks(
    lines: &[&str],
    start_idx: usize,
) -> (Vec<UpdateFileChunk>, usize)
Expand description

Parse @@ update chunks into old/new line vectors and optional context anchors.