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

Method getName

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

Source from the content-addressed store, hash-verified

593 self._lastSavedUpdate = lastupdate
594
595 def getName(self):
596 return self._name
597
598 def getPosition(self):
599 age = time.time() - self._lastUpdate

Callers 15

__str__Method · 0.95
isMarkedAsTemporaryMethod · 0.95
sendHelloMethod · 0.45
sendUserSettingMethod · 0.45
_addUserOnListMethod · 0.45
sendStateMethod · 0.45
setWatcherRoomMethod · 0.45
sendRoomSwitchMessageMethod · 0.45
sendLeftMessageMethod · 0.45
sendJoinMessageMethod · 0.45
sendFileUpdateMethod · 0.45
authRoomControllerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected