Skip to main content

collect_all_findings

Method
This is a method of the DoctorRulesRegistry class in the doctor_registry module.
Collect findings from all registered rules.

Signature

Parameters

Dict[str, Any]
required
No description available.

Returns

List[Finding]
The result of the operation.

Uses

  • get_rules
  • rule.collect_findings
  • warnings.warn

Used By

Source

View on GitHub

praisonaiagents/runtime/doctor_registry.py at line 56