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

Function num

scripts/agent-eval/probe-decl-only.mjs:73–73  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

71
72const say = (s = '') => { if (!asJson) console.log(s); };
73const num = (n) => Math.round(n).toLocaleString('en-US');
74const pct = (f) => `${(f * 100).toFixed(1)}%`;
75
76if (!existsSync(join(REPO_ROOT, 'dist/index.js'))) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected