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

Method getPersistentRooms

syncplay/server.py:459–464  ·  view source on GitHub ↗
(self, sender)

Source from the content-addressed store, hash-verified

457 return watchers
458
459 def getPersistentRooms(self, sender):
460 persistentRooms = []
461 for room in self._rooms.values():
462 if room.isPersistent():
463 persistentRooms.append(room.getName())
464 return persistentRooms
465
466 def getEmptyPersistentRooms(self):
467 emptyPersistentRooms = []

Callers

nothing calls this directly

Calls 2

isPersistentMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected