Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
45
const
check = (what, condition, detail) => (condition ? ok(what) : bad(what, detail));
46
const
same = (what, expected, actual) =>
47
check(
48
what,
Callers
2
same
Function · 0.70
main
Function · 0.70
Calls
2
bad
Function · 0.85
ok
Function · 0.70
Tested by
no test coverage detected