MCPcopy Create free account
hub / github.com/Noumena-Network/code / hasBlockingResult

Function hasBlockingResult

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

Source from the content-addressed store, hash-verified

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