MCPcopy Create free account
hub / github.com/Syncplay/syncplay / hasRoomStateChanged

Method hasRoomStateChanged

syncplay/client.py:1651–1652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1649 self._roomUsersChanged = False
1650
1651 def hasRoomStateChanged(self):
1652 return self._roomUsersChanged
1653
1654 def showUserList(self, altUI=None):
1655 rooms = {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected