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

Method isRoomSame

syncplay/client.py:1389–1393  ·  view source on GitHub ↗
(self, room)

Source from the content-addressed store, hash-verified

1387 return self._client.serverFeatures["readiness"]
1388
1389 def isRoomSame(self, room):
1390 if room and self.currentUser.room and self.currentUser.room == room:
1391 return True
1392 else:
1393 return False
1394
1395 def __showUserChangeMessage(self, username, room, file_, oldRoom=None):
1396 if room:

Callers 4

removeUserMethod · 0.95
userListChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected