(results: HookOutsideReplResult[])
| 3118 | } |
| 3119 | |
| 3120 | export 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) |
no outgoing calls
no test coverage detected