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

Function metric_values

tests/loadtest/tools/dashboard_parser.py:391–392  ·  view source on GitHub ↗
(metrics: dict[str, Any], name: str)

Source from the content-addressed store, hash-verified

389
390
391def metric_values(metrics: dict[str, Any], name: str) -> dict[str, Any]:
392 return metrics.get(name, {}).get("values", {})
393
394
395def looks_like_csv(text: str) -> bool:

Callers 1

parse_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected