MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / format_percent

Function format_percent

tests/loadtest/tools/dashboard_parser.py:494–495  ·  view source on GitHub ↗
(value: float | None)

Source from the content-addressed store, hash-verified

492
493
494def format_percent(value: float | None) -> str:
495 return f"{value * 100:.1f}%" if value is not None else "n/a"
496
497
498def format_ms(value: float | None) -> str:

Callers 1

build_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected