Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
watch
Method · 0.95
leaveRoom
Method · 0.95
destroy
Method · 0.80
createSocket
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected