pub fn unresolved_health_findings(
findings: Vec<HealthFinding>,
resolved_ids: &[String],
) -> Vec<HealthFinding>Expand description
Return findings that have not been marked resolved.
pub fn unresolved_health_findings(
findings: Vec<HealthFinding>,
resolved_ids: &[String],
) -> Vec<HealthFinding>Return findings that have not been marked resolved.