MCPcopy Create free account
hub / github.com/bytebase/dbhub / getIsConnected

Method getIsConnected

src/utils/ssh-tunnel.ts:373–375  ·  view source on GitHub ↗

* Check if tunnel is connected

()

Source from the content-addressed store, hash-verified

371 * Check if tunnel is connected
372 */
373 getIsConnected(): boolean {
374 return this.isConnected;
375 }
376}

Calls

no outgoing calls

Tested by

no test coverage detected