MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

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

Source from the content-addressed store, hash-verified

112 * For hooks: pipe mode with StreamWrappers for real-time detection.
113 */
114class ShellCommandImpl implements ShellCommand {
115 #status: 'running' | 'backgrounded' | 'completed' | 'killed' = 'running'
116 #backgroundTaskId: string | undefined
117 #stdoutWrapper: StreamWrapper | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected