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

Method sendTLS

syncplay/protocols.py:772–773  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

770 self.sendMessage({"Error": {"message": message}})
771
772 def sendTLS(self, message):
773 self.sendMessage({"TLS": message})
774
775 def handleTLS(self, message):
776 inquiry = message["startTLS"] if "startTLS" in message else None

Callers 1

handleTLSMethod · 0.95

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected