MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / pct

Function pct

scripts/agent-eval/probe-allocation.mjs:50–50  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

48
49const say = (line = '') => { if (!asJson) console.log(line); };
50const pct = (f) => `${(f * 100).toFixed(1)}%`;
51const num = (n) => Math.round(n).toLocaleString('en-US');
52
53/** Load the built dist — the probe measures the shipping allocator, not src. */

Callers 2

evaluateFunction · 0.70
printReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected