MCPcopy 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

updateGlobalStateMethod · 0.95
sendRoomMethod · 0.95
getUserlistMethod · 0.80

Calls 1

sendListMethod · 0.45

Tested by

no test coverage detected