Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
let
fail = 0;
36
37
const
ok = (what) => {
38
console.log(` ok ${what}`);
39
pass++;
40
};
41
const
bad = (what, detail) => {
42
console.log(` FAIL ${what}${detail ? ` (${detail})` :
''
}`);
43
fail++;
Callers
1
check
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected