(cb: (message: JsonRpcMessage) => void)
| 28 | this.written.push(message); |
| 29 | } |
| 30 | onMessage(cb: (message: JsonRpcMessage) => void): void { |
| 31 | this.handlers.push(cb); |
| 32 | } |
| 33 | onStderr(): void {} |
| 34 | kill(): void {} |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected