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

Method sendFeaturesUpdate

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

Source from the content-addressed store, hash-verified

215 self._client.setUserFeatures(values["username"], values['features'])
216
217 def sendFeaturesUpdate(self, features):
218 self.sendSet({"features": features})
219
220 def sendSet(self, setting):
221 self.sendMessage({"Set": setting})

Callers

nothing calls this directly

Calls 1

sendSetMethod · 0.95

Tested by

no test coverage detected