MCPcopy Create free account
hub / github.com/Qinbf/groundmap / status_line

Function status_line

scripts/k.py:2396–2398  ·  view source on GitHub ↗
(label, n)

Source from the content-addressed store, hash-verified

2394 print()
2395
2396 def status_line(label, n):
2397 icon = "✅" if n == 0 else "⚠️ "
2398 print(f" {icon} {label:32} {n}")
2399
2400 print("健康指标:")
2401 status_line("孤儿页面(无入链)", report["orphans_count"])

Callers 1

fmt_healthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected