| 23 | } from '../src/acp/jsonrpc.js'; |
| 24 | |
| 25 | class FakeRpc implements StdioProcess { |
| 26 | private messageHandlers: Array<(m: JsonRpcMessage) => void> = []; |
| 27 | written: JsonRpcMessage[] = []; |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected