Function fuchsia_triage::analyze

source ·
pub fn analyze(
    diagnostic_data: &Vec<DiagnosticData>,
    parse_result: &ParseResult
) -> Result<ActionResults, Error>
Expand description

Analyze all DiagnosticData against loaded configs and generate corresponding ActionResults. Each DiagnosticData will yield a single ActionResults instance. Minor errors will not be included.