MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / isConnected

Method isConnected

packages/event-service/src/client.ts:267–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265 // the HTTP status of a failed upgrade, so reconnect and reserve auth
266 // recovery for the preceding connection-ticket HTTP request.
267 if (!this.connected) {
268 settleReject(new Error('WebSocket connection failed'));
269 }
270 });
271 });
272 }

Callers 4

subscribeMethod · 0.95
unsubscribeMethod · 0.95
onConnectedMethod · 0.95
client.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected