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

Method sendFile

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

Source from the content-addressed store, hash-verified

712 return None
713
714 def sendFile(self):
715 file_ = self.getSanitizedCurrentUserFile()
716 if self._protocol and self._protocol.logged and file_:
717 self._protocol.sendFileSetting(file_)
718
719 def setUsername(self, username):
720 if username and username != "":

Callers 2

updateFileMethod · 0.95
handleHelloMethod · 0.80

Calls 2

sendFileSettingMethod · 0.80

Tested by

no test coverage detected