MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fail

Function fail

scripts/test-cost-tracker.js:24–24  ·  view source on GitHub ↗
(name, msg)

Source from the content-addressed store, hash-verified

22
23function pass(name) { console.log(` PASS ${name}`); passed++; }
24function fail(name, msg) { console.log(` FAIL ${name}: ${msg}`); failed++; }
25
26// ── Sandbox ───────────────────────────────────────────────────────────────────
27

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected