MCPcopy Index your code
hub / github.com/Syncplay/syncplay / setServerVersion

Method setServerVersion

syncplay/client.py:655–657  ·  view source on GitHub ↗
(self, version, featureList)

Source from the content-addressed store, hash-verified

653 return filename, size
654
655 def setServerVersion(self, version, featureList):
656 self.serverVersion = version
657 self.checkForFeatureSupport(featureList)
658
659 def sendFeaturesToPlayer(self):
660 self._player.setFeatures(self.serverFeatures)

Callers 1

handleHelloMethod · 0.80

Calls 1

Tested by

no test coverage detected