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

Method handleList

syncplay/protocols.py:702–703  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

700
701 @requireLogged
702 def handleList(self, _):
703 self.sendList()
704
705 def sendState(self, position, paused, doSeek, setBy, forced=False):
706 if self._clientLatencyCalculationArrivalTime:

Callers

nothing calls this directly

Calls 1

sendListMethod · 0.95

Tested by

no test coverage detected