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

Method setPosition

syncplay/server.py:778–779  ·  view source on GitHub ↗
(self, position)

Source from the content-addressed store, hash-verified

776 return self._file
777
778 def setPosition(self, position):
779 self._position = position
780
781 def getPosition(self):
782 if self._position is None:

Callers 1

updateStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected