MCPcopy Index your code
hub / github.com/codeaashu/claude-code / fail

Function fail

scripts/test-services.ts:18–21  ·  view source on GitHub ↗
(name: string, detail: string)

Source from the content-addressed store, hash-verified

16}
17
18function fail(name: string, detail: string) {
19 results.push({ name, status: 'fail', detail })
20 console.log(` ❌ ${name} — ${detail}`)
21}
22
23function skip(name: string, detail: string) {
24 results.push({ name, status: 'skip', detail })

Callers 8

testGrowthBookFunction · 0.85
testAnalyticsSinkFunction · 0.85
testPolicyLimitsFunction · 0.85
testBootstrapDataFunction · 0.85
testSessionMemoryUtilsFunction · 0.85
testCostTrackerFunction · 0.85
testInitFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected