* Is the connection connected? * * @returns True if connection is connected to another connection.
()
| 207 | * @returns True if connection is connected to another connection. |
| 208 | */ |
| 209 | isConnected(): boolean { |
| 210 | return !!this.targetConnection; |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Get the workspace's connection type checker object. |
no outgoing calls
no test coverage detected