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

Method userListChange

syncplay/client.py:1643–1646  ·  view source on GitHub ↗
(self, room=None)

Source from the content-addressed store, hash-verified

1641 self._client.autoplayCheck()
1642
1643 def userListChange(self, room=None):
1644 if room is not None and self.isRoomSame(room):
1645 self._roomUsersChanged = True
1646 self.ui.userListChange()
1647
1648 def roomStateConfirmed(self):
1649 self._roomUsersChanged = False

Callers 3

addUserMethod · 0.95
removeUserMethod · 0.95
modUserMethod · 0.95

Calls 2

isRoomSameMethod · 0.95
userListChangeMethod · 0.45

Tested by

no test coverage detected