* Check if connected to the remote session
()
| 285 | * Check if connected to the remote session |
| 286 | */ |
| 287 | isConnected(): boolean { |
| 288 | return this.websocket?.isConnected() ?? false |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Send an interrupt signal to cancel the current request on the remote session |
nothing calls this directly
no outgoing calls
no test coverage detected