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

Method getStoredPlayerPosition

syncplay/client.py:495–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

493 return position
494
495 def getStoredPlayerPosition(self):
496 return self._playerPosition if self._playerPosition is not None else None
497
498 def getPlayerPaused(self):
499 if not self._lastPlayerUpdate:

Callers 2

doubleCheckRewindFileMethod · 0.95
advancePlaylistCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected