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

Method setPermanent

syncplay/server.py:623–624  ·  view source on GitHub ↗
(self, newState)

Source from the content-addressed store, hash-verified

621 self.writeToDb()
622
623 def setPermanent(self, newState):
624 self._permanent = newState
625
626 def isPlaying(self):
627 return self._playState == self.STATE_PLAYING

Callers 1

loadRoomsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected