| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected