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

Method isController

syncplay/client.py:1349–1350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1347 self._controller = isController
1348
1349 def isController(self):
1350 return self._controller
1351
1352 def canControl(self):
1353 if self.isController() or not utils.RoomPasswordProvider.isControlledRoom(self.room):

Callers 2

__lt__Method · 0.95
canControlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected