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

Method isControlledRoom

syncplay/utils.py:512–513  ·  view source on GitHub ↗
(roomName)

Source from the content-addressed store, hash-verified

510
511 @staticmethod
512 def isControlledRoom(roomName):
513 return bool(re.match(RoomPasswordProvider.CONTROLLED_ROOM_REGEX, roomName))
514
515 @staticmethod
516 def check(roomName, password, salt):

Callers 6

canControlMethod · 0.80
setWatcherRoomMethod · 0.80
_getRoomMethod · 0.80
isControllerMethod · 0.80
showUserListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected