(response: JsonRpcResponse)
| 138 | } |
| 139 | |
| 140 | function send(response: JsonRpcResponse): void { |
| 141 | process.stdout.write(encodeResponse(response)); |
| 142 | } |
| 143 | |
| 144 | function sendNotification(method: string, params?: unknown): void { |
| 145 | const body = JSON.stringify({ |
no test coverage detected