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

Function metricValues

tests/loadtest/tools/dashboard/app.js:1193–1195  ·  view source on GitHub ↗
(metrics, name)

Source from the content-addressed store, hash-verified

1191}
1192
1193function metricValues(metrics, name) {
1194 return metrics[name]?.values || {};
1195}
1196
1197function humanizeThreshold(threshold) {
1198 const metricName = threshold.metric || "";

Callers 1

normalizeSummaryRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected