Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
function
allow(reason?: string): never {
178
emit(
"approve"
, reason);
179
}
180
181
function
block(reason: string): never {
182
emit(
"block"
, reason);
Callers
1
main
Function · 0.70
Calls
1
emit
Function · 0.70
Tested by
no test coverage detected