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

Class

source code/utils/ShellCommand.ts:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected