MCPcopy Create free account
hub / github.com/mozilla/cipherscan / create

Method create

cscan/extensions.py:26–28  ·  view source on GitHub ↗

Set the value of the Finished message.

(self, data)

Source from the content-addressed store, hash-verified

24 self.renegotiated_connection = None
25
26 def create(self, data):
27 """Set the value of the Finished message."""
28 self.renegotiated_connection = data
29
30 @property
31 def extData(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected