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

Function say

scripts/agent-eval/probe-allocation.mjs:49–49  ·  view source on GitHub ↗
(line = '')

Source from the content-addressed store, hash-verified

47const expectFail = flags.has('--expect-fail');
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

Callers 2

printReportFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected