| 125 | * For hooks: pipe mode with StreamWrappers for real-time detection. |
| 126 | */ |
| 127 | class ShellCommandImpl implements ShellCommand { |
| 128 | #status: 'running' | 'backgrounded' | 'completed' | 'killed' = 'running' |
| 129 | #backgroundTaskId: string | undefined |
| 130 | #stdoutWrapper: StreamWrapper | null |
nothing calls this directly
no outgoing calls
no test coverage detected