MCPcopy Index your code
hub / github.com/codeaashu/claude-code / hasBlockingResult

Function hasBlockingResult

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

Source from the content-addressed store, hash-verified

2981}
2982
2983export function hasBlockingResult(results: HookOutsideReplResult[]): boolean {
2984 return results.some(r => r.blocked)
2985}
2986
2987/**
2988 * 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