Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ say
Function
say
scripts/agent-eval/probe-decl-only.mjs:72–72 ·
view source on GitHub ↗
(s = '')
Source
from the content-addressed store, hash-verified
70
const
ONE_ID = at(
'--only'
);
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
Callers
1
probe-decl-only.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected