Report init hook completion
(exitCode: number)
| 157 | logStderr(line: string): void; |
| 158 | /** Report init hook completion */ |
| 159 | logComplete(exitCode: number): void; |
| 160 | /** Signal that the init hook is about to run (starts timeout window). */ |
| 161 | enterHookPhase?(): void; |
| 162 | } |
no outgoing calls
no test coverage detected