MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / hasBlockingResult

Function hasBlockingResult

src/utils/hooks.ts:3120–3122  ·  view source on GitHub ↗
(results: HookOutsideReplResult[])

Source from the content-addressed store, hash-verified

3118}
3119
3120export function hasBlockingResult(results: HookOutsideReplResult[]): boolean {
3121 return results.some(r => r.blocked)
3122}
3123
3124/**
3125 * Execute hooks outside of the REPL (e.g. notifications, session end)

Callers 3

handleChangeFunction · 0.85
handleDeleteFunction · 0.85
scheduleReloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected