MCPcopy Index your code
hub / github.com/Syncplay/syncplay / getControlledRoomPassword

Method getControlledRoomPassword

syncplay/client.py:1152–1154  ·  view source on GitHub ↗
(self, room)

Source from the content-addressed store, hash-verified

1150 pass
1151
1152 def getControlledRoomPassword(self, room):
1153 if room in self.controlpasswords:
1154 return self.controlpasswords[room]
1155
1156 def checkForUpdate(self, userInitiated):
1157 try:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected