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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected