* Returns whether the client is connected.
()
| 330 | * Returns whether the client is connected. |
| 331 | */ |
| 332 | get isConnected(): boolean { |
| 333 | return this.client !== null; |
| 334 | } |
| 335 | } |
| 336 | |
| 337 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected