MCPcopy Create free account
hub / github.com/RightNow-AI/autokernel / _priority_label

Function _priority_label

profile.py:655–661  ·  view source on GitHub ↗
(pct: float)

Source from the content-addressed store, hash-verified

653# ---------------------------------------------------------------------------
654
655def _priority_label(pct: float) -> str:
656 if pct >= 10.0:
657 return "HIGH"
658 elif pct >= 3.0:
659 return "MEDIUM"
660 else:
661 return "LOW"
662
663
664def build_report(

Callers 1

build_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected