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

Method setPosition

syncplay/server.py:707–709  ·  view source on GitHub ↗
(self, position, setBy=None)

Source from the content-addressed store, hash-verified

705 Room.setPaused(self, paused, setBy)
706
707 def setPosition(self, position, setBy=None):
708 if self.canControl(setBy):
709 Room.setPosition(self, position, setBy)
710
711 def setPlaylist(self, files, setBy=None):
712 if self.canControl(setBy) and playlistIsValid(files):

Callers

nothing calls this directly

Calls 2

canControlMethod · 0.95
setPositionMethod · 0.45

Tested by

no test coverage detected