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

Method setFeatures

syncplay/client.py:1705–1706  ·  view source on GitHub ↗
(self, featureList)

Source from the content-addressed store, hash-verified

1703 self.__ui.fileSwitchFoundFiles()
1704
1705 def setFeatures(self, featureList):
1706 self.__ui.setFeatures(featureList)
1707
1708 def showDebugMessage(self, message):
1709 if constants.DEBUG_MODE and message.rstrip():

Callers 3

sendFeaturesToPlayerMethod · 0.45
setUserFeaturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected