MCPcopy Index your code
hub / github.com/Syncplay/syncplay / _askForStateUpdate

Method _askForStateUpdate

syncplay/server.py:846–847  ·  view source on GitHub ↗
(self, doSeek=False, forcedUpdate=False)

Source from the content-addressed store, hash-verified

844 self._sendStateTimer.start(constants.SERVER_STATE_INTERVAL)
845
846 def _askForStateUpdate(self, doSeek=False, forcedUpdate=False):
847 self._server.sendState(self, doSeek, forcedUpdate)
848
849 def _resetStateTimer(self):
850 if self._sendStateTimer:

Callers 1

setRoomMethod · 0.95

Calls 1

sendStateMethod · 0.45

Tested by

no test coverage detected