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

Function allow

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

Source from the content-addressed store, hash-verified

175}
176
177function allow(reason?: string): never {
178 emit("approve", reason);
179}
180
181function block(reason: string): never {
182 emit("block", reason);

Callers 1

mainFunction · 0.70

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected