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

Method getAllWatchersForUser

syncplay/server.py:192–193  ·  view source on GitHub ↗
(self, forUser)

Source from the content-addressed store, hash-verified

190 watcher.sendState(room.getPosition(), room.isPaused(), True, room.getSetBy(), True)
191
192 def getAllWatchersForUser(self, forUser):
193 return self._roomManager.getAllWatchersForUser(forUser)
194
195 def getEmptyPersistentRooms(self):
196 return self._roomManager.getEmptyPersistentRooms()

Callers 1

sendListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected