(notification: ClientNotification)
| 316 | } |
| 317 | |
| 318 | async notify(notification: ClientNotification): Promise<void> { |
| 319 | this.assertOpen() |
| 320 | this.sendMessage(notification) |
| 321 | } |
| 322 | |
| 323 | async resolveServerRequest( |
| 324 | requestId: RequestId, |
nothing calls this directly
no test coverage detected