MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk /

Class

node/src/transport.ts:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 attachStreamsForTest(stdin: Writable, stdout: Readable): void {
105 this.#stdin = stdin;
106 this.#child = { stdin } as unknown as ChildProcessWithoutNullStreams;
107 this.#startReader(stdout);
108 }
109

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected