split_functions

Function split_functions 

Source
fn split_functions(
    lines: &[String],
    start_idx: usize,
) -> Result<Vec<Vec<String>>>