MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / check

Function check

test/read-ledger.test.ts:17–20  ·  view source on GitHub ↗
(name: string, cond: boolean)

Source from the content-addressed store, hash-verified

15let passed = 0;
16let failed = 0;
17function check(name: string, cond: boolean) {
18 if (cond) { passed++; console.log(` ✓ ${name}`); }
19 else { failed++; console.log(` ✗ ${name}`); }
20}
21
22console.log('— gate verdicts —');
23{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected