(results: HookOutsideReplResult[])
| 2981 | } |
| 2982 | |
| 2983 | export 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) |
no outgoing calls
no test coverage detected