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

Method isEmpty

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

Source from the content-addressed store, hash-verified

648 self.writeToDb()
649
650 def isEmpty(self):
651 return not bool(self._watchers)
652
653 def getSetBy(self):
654 return self._setBy

Callers 1

_deleteRoomIfEmptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected