MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / block

Function block

tools/spec-loop/hooks/gate.ts:181–183  ·  view source on GitHub ↗
(reason: string)

Source from the content-addressed store, hash-verified

179}
180
181function block(reason: string): never {
182 emit("block", reason);
183}
184
185async function readStdin(): Promise<string> {
186 const chunks: Buffer[] = [];

Callers 1

mainFunction · 0.70

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected