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

Function formatDecimal

tests/loadtest/tools/dashboard/app.js:1445–1447  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1443}
1444
1445function formatDecimal(value) {
1446 return value === null || value === undefined ? "n/a" : value.toFixed(2);
1447}
1448
1449function formatBytes(value) {
1450 if (value === null || value === undefined) {

Callers 2

renderReliabilityChartFunction · 0.85
buildStatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected