MCPcopy Create free account
hub / github.com/apitable/apitable / setConnected

Method setConnected

packages/core/src/sync/room.ts:877–879  ·  view source on GitHub ↗
(status: boolean)

Source from the content-addressed store, hash-verified

875 };
876
877 setConnected(status: boolean) {
878 this.connected = status;
879 }
880
881 getStatus() {
882 return this.event.getRoomIOClear();

Callers 4

watchMethod · 0.95
leaveRoomMethod · 0.95
destroyMethod · 0.80
createSocketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected