pub fn seek_sequence( lines: &[&str], pattern: &[&str], start_index: usize, eof: bool, ) -> Option<usize>
Return only the matched line index for diagnostics that do not need the full tiered match details.