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

Method identifyAsController

syncplay/client.py:1124–1128  ·  view source on GitHub ↗
(self, controlPassword)

Source from the content-addressed store, hash-verified

1122 return ""
1123
1124 def identifyAsController(self, controlPassword):
1125 controlPassword = self.stripControlPassword(controlPassword)
1126 self.ui.showMessage(getMessage("identifying-as-controller-notification").format(controlPassword))
1127 self.lastControlPasswordAttempt = controlPassword
1128 self._protocol.requestControlledRoom(self.getRoom(), controlPassword)
1129
1130 def controllerIdentificationError(self, username, room):
1131 if username == self.getUsername():

Callers 1

Calls 5

stripControlPasswordMethod · 0.95
getRoomMethod · 0.95
getMessageFunction · 0.90
requestControlledRoomMethod · 0.80
showMessageMethod · 0.45

Tested by

no test coverage detected