MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isConnected

Method isConnected

src/remote/RemoteSessionManager.ts:287–289  ·  view source on GitHub ↗

* Check if connected to the remote session

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected