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

Method getRoom

syncplay/server.py:766–767  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

764 return self._ready
765
766 def getRoom(self):
767 return self._room
768
769 def getName(self):
770 return self._name

Callers 15

updateStateMethod · 0.95
sendHelloMethod · 0.45
sendHelloMethod · 0.45
_addUserOnListMethod · 0.45
sendStateMethod · 0.45
setWatcherRoomMethod · 0.45
sendRoomSwitchMessageMethod · 0.45
removeWatcherMethod · 0.45
sendLeftMessageMethod · 0.45
sendJoinMessageMethod · 0.45
sendFileUpdateMethod · 0.45
forcePositionUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected