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

Method _executePlaystateHooks

syncplay/client.py:447–450  ·  view source on GitHub ↗
(self, position, paused, doSeek, setBy, messageAge)

Source from the content-addressed store, hash-verified

445 return madeChangeOnPlayer
446
447 def _executePlaystateHooks(self, position, paused, doSeek, setBy, messageAge):
448 if self.userlist.hasRoomStateChanged() and not paused:
449 self._warnings.checkWarnings()
450 self.userlist.roomStateConfirmed()
451
452 def updateGlobalState(self, position, paused, doSeek, setBy, messageAge):
453 if self.__getUserlistOnLogon:

Callers 1

updateGlobalStateMethod · 0.95

Calls 3

hasRoomStateChangedMethod · 0.80
checkWarningsMethod · 0.80
roomStateConfirmedMethod · 0.80

Tested by

no test coverage detected