Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ isPermanent
Method
isPermanent
syncplay/server.py:572–573 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
570
return
len(self._playlist) == 0
571
572
def
isPermanent(self):
573
return
self._permanent
574
575
def
isNotPermanent(self):
576
return
not self.isPermanent()
Callers
2
isNotPermanent
Method · 0.95
_deleteRoomIfEmpty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected