(results: HookOutsideReplResult[])
| 2985 | } |
| 2986 | |
| 2987 | export 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) |
no outgoing calls
no test coverage detected