MCPcopy Create free account
hub / github.com/NanmiCoder/cc-haha /

Class

src/utils/ShellCommand.ts:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected