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

Method getEmptyPersistentRooms

syncplay/server.py:195–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 return self._roomManager.getAllWatchersForUser(forUser)
194
195 def getEmptyPersistentRooms(self):
196 return self._roomManager.getEmptyPersistentRooms()
197
198 def authRoomController(self, watcher, password, roomBaseName=None):
199 room = watcher.getRoom()

Callers 1

sendListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected