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

Method getFile

syncplay/server.py:775–776  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

773 return self._connector.getVersion()
774
775 def getFile(self):
776 return self._file
777
778 def setPosition(self, position):
779 self._position = position

Callers 4

_addUserOnListMethod · 0.80
sendFileUpdateMethod · 0.80
moveWatcherMethod · 0.80
__lt__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected