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

Function toNumber

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

Source from the content-addressed store, hash-verified

1371}
1372
1373function toNumber(value) {
1374 const num = Number(value);
1375 return Number.isFinite(num) ? num : null;
1376}
1377
1378function humanKind(kind) {
1379 return {

Callers 5

normalizeSummaryRunFunction · 0.85
normalizeCsvRunFunction · 0.85
normalizeNdjsonRunFunction · 0.85
lineChartFunction · 0.85
compareLineChartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected