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

Function ok

telemetry-dashboard/scripts/render-check.mjs:37–40  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

35let fail = 0;
36
37const ok = (what) => {
38 console.log(` ok ${what}`);
39 pass++;
40};
41const bad = (what, detail) => {
42 console.log(` FAIL ${what}${detail ? ` (${detail})` : ''}`);
43 fail++;

Callers 1

checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected