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

Function pass

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

Source from the content-addressed store, hash-verified

24async function main() {
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);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected