MCPcopy 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

70const ONE_ID = at('--only');
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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected