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

Function bad

telemetry-dashboard/scripts/render-check.mjs:41–44  ·  view source on GitHub ↗
(what, detail)

Source from the content-addressed store, hash-verified

39 pass++;
40};
41const bad = (what, detail) => {
42 console.log(` FAIL ${what}${detail ? ` (${detail})` : ''}`);
43 fail++;
44};
45const check = (what, condition, detail) => (condition ? ok(what) : bad(what, detail));
46const same = (what, expected, actual) =>
47 check(

Callers 1

checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected