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

Method setFeatures

syncplay/protocols.py:547–548  ·  view source on GitHub ↗
(self, features)

Source from the content-addressed store, hash-verified

545 self._factory.sendChat(self._watcher, chatMessage)
546
547 def setFeatures(self, features):
548 self._features = features
549
550 def sendFeaturesUpdate(self):
551 self.sendSet({"features": self.getFeatures()})

Callers 2

handleHelloMethod · 0.95
handleSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected