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

Class

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

Source from the content-addressed store, hash-verified

66 * the child process streams are null and no wrappers are created.
67 */
68class StreamWrapper {
69 #stream: Readable | null
70 #isCleanedUp = false
71 #taskOutput: TaskOutput | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected