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

Function check

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

Source from the content-addressed store, hash-verified

43 fail++;
44};
45const check = (what, condition, detail) => (condition ? ok(what) : bad(what, detail));
46const same = (what, expected, actual) =>
47 check(
48 what,

Callers 2

sameFunction · 0.70
mainFunction · 0.70

Calls 2

badFunction · 0.85
okFunction · 0.70

Tested by

no test coverage detected