pub fn analyze_structured(
    diagnostic_data: &Vec<DiagnosticData>,
    parse_result: &ParseResult
) -> Result<TriageOutput, Error>
Expand description

Analyze all DiagnosticData against loaded configs and generate the corresponding TriageOutput. A single TriageOutput instance is returned regardless of the length of DiagnosticData.