| 34 | import { HOST_PPID_ENV } from '../extraction/wasm-runtime-flags'; |
| 35 | |
| 36 | export interface CommandSupervision { |
| 37 | /** Tear down both watchdogs. Idempotent; call when the command finishes. */ |
| 38 | stop(): void; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Install the liveness + PPID watchdogs for the duration of a CLI command. |
no outgoing calls
no test coverage detected