MCPcopy Create free account
hub / github.com/garrytan/gstack / fail

Function fail

scripts/preflight-agent-sdk.ts:27–30  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

25 const failures: string[] = [];
26 const pass = (msg: string) => console.log(` ok ${msg}`);
27 const fail = (msg: string) => {
28 console.log(` FAIL ${msg}`);
29 failures.push(msg);
30 };
31
32 // 1. Overlay resolver
33 console.log('1. Overlay resolver');

Callers 1

mainFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected