| 88 | * and how a "close" propagates back to the owning code. |
| 89 | */ |
| 90 | abstract class LineBasedJsonRpcTransport implements JsonRpcTransport { |
| 91 | protected messageHandler: MessageHandler | null = null; |
| 92 | // Outstanding server-initiated requests (e.g. roots/list), keyed by the id |
| 93 | // we sent. Responses from the client are matched back here. |
nothing calls this directly
no outgoing calls
no test coverage detected