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

Method getFeatures

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

Source from the content-addressed store, hash-verified

755 self._ready = ready
756
757 def getFeatures(self):
758 features = self._connector.getFeatures()
759 return features
760
761 def isReady(self):
762 if self._server.disableReady:

Callers 4

sendJoinMessageMethod · 0.45
sendListMethod · 0.45
isGUIUserMethod · 0.45
supportsFeatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected