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

Method persistentRoomWarning

syncplay/protocols.py:153–154  ·  view source on GitHub ↗
(self, serverFeatures)

Source from the content-addressed store, hash-verified

151 self._client.setServerVersion(version, featureList)
152
153 def persistentRoomWarning(self, serverFeatures):
154 return serverFeatures["persistentRooms"] if "persistentRooms" in serverFeatures else False
155
156 def sendHello(self):
157 hello = {}

Callers 1

handleHelloMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected