Skip to main content

seek_sequence

Function seek_sequence 

Source
pub fn seek_sequence(
    lines: &[&str],
    pattern: &[&str],
    start_index: usize,
    eof: bool,
) -> Option<usize>
Expand description

Return only the matched line index for diagnostics that do not need the full tiered match details.