Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ getUserList
Method
getUserList
syncplay/client.py:802–804 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
800
return
self._config
801
802
def
getUserList(self):
803
if
self._protocol and self._protocol.logged:
804
self._protocol.sendList()
805
806
def
showUserList(self, altUI=None):
807
self.userlist.showUserList(altUI)
Callers
4
updateGlobalState
Method · 0.95
sendRoom
Method · 0.95
getUserlist
Method · 0.80
updateEmptyRoomVisiblity
Method · 0.80
Calls
1
sendList
Method · 0.45
Tested by
no test coverage detected