Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
function
block(reason: string): never {
182
emit(
"block"
, reason);
183
}
184
185
async
function
readStdin(): Promise<string> {
186
const
chunks: Buffer[] = [];
Callers
1
main
Function · 0.70
Calls
1
emit
Function · 0.70
Tested by
no test coverage detected