Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1373
function
toNumber(value) {
1374
const
num = Number(value);
1375
return
Number.isFinite(num) ? num : null;
1376
}
1377
1378
function
humanKind(kind) {
1379
return
{
Callers
5
normalizeSummaryRun
Function · 0.85
normalizeCsvRun
Function · 0.85
normalizeNdjsonRun
Function · 0.85
lineChart
Function · 0.85
compareLineChart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected