unresolved_health_findings

Function unresolved_health_findings 

Source
pub fn unresolved_health_findings(
    findings: Vec<HealthFinding>,
    resolved_ids: &[String],
) -> Vec<HealthFinding>
Expand description

Return findings that have not been marked resolved.