Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
const
say = (s =
''
) => {
if
(!asJson) console.log(s); };
73
const
num = (n) => Math.round(n).toLocaleString(
'en-US'
);
74
const
pct = (f) => `${(f * 100).toFixed(1)}%`;
75
76
if
(!existsSync(join(REPO_ROOT,
'dist/index.js'
))) {
Callers
1
probe-decl-only.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected