Skip to main content

classify_lines

Function classify_lines 

Source
pub fn classify_lines(
    lines: &[String],
    signatures: Option<&CompiledSignatures>,
) -> ErrorKind
Expand description

Classify a list of stderr lines by joining them (newline-separated) and running classify. Convenience wrapper for the spawn-exit path where stderr is captured line-by-line.