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

Method sendFeaturesUpdate

syncplay/protocols.py:550–551  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

548 self._features = features
549
550 def sendFeaturesUpdate(self):
551 self.sendSet({"features": self.getFeatures()})
552
553 def setWatcher(self, watcher):
554 self._watcher = watcher

Callers

nothing calls this directly

Calls 2

sendSetMethod · 0.95
getFeaturesMethod · 0.95

Tested by

no test coverage detected