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

Method getControlledRoomName

syncplay/utils.py:530–531  ·  view source on GitHub ↗
(roomName, password, salt)

Source from the content-addressed store, hash-verified

528
529 @staticmethod
530 def getControlledRoomName(roomName, password, salt):
531 return "+" + roomName + ":" + RoomPasswordProvider._computeRoomHash(roomName, password, salt)
532
533 @staticmethod
534 def _computeRoomHash(roomName, password, salt):

Callers 1

authRoomControllerMethod · 0.80

Calls 1

_computeRoomHashMethod · 0.80

Tested by

no test coverage detected