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

Method isNotPermanent

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

Source from the content-addressed store, hash-verified

573 return self._permanent
574
575 def isNotPermanent(self):
576 return not self.isPermanent()
577
578 def sanitizeFilename(self, filename, blacklist="<>:/\\|?*\"", placeholder="_"):
579 return ''.join([c if c not in blacklist and ord(c) >= 32 else placeholder for c in filename])

Callers 1

_deleteRoomIfEmptyMethod · 0.80

Calls 1

isPermanentMethod · 0.95

Tested by

no test coverage detected