Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ isPlaying
Method
isPlaying
syncplay/server.py:626–627 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
624
self._permanent = newState
625
626
def
isPlaying(self):
627
return
self._playState == self.STATE_PLAYING
628
629
def
isPaused(self):
630
return
self._playState == self.STATE_PAUSED
Callers
1
getPosition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected