| 342 | * ending must not bring down the whole daemon. |
| 343 | */ |
| 344 | export class SocketTransport extends LineBasedJsonRpcTransport { |
| 345 | private buffer = ''; |
| 346 | private closeHandlers: Array<() => void> = []; |
| 347 |
nothing calls this directly
no outgoing calls
no test coverage detected