MCPcopy Create free account
hub / github.com/WizardOfMenlo/stir / proof_length

Method proof_length

scripts/protocol.py:295–299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293 return len
294
295 def proof_length(self):
296 len = 0
297 for msg in self.rounds:
298 len += msg.proof_length()
299 return len
300
301 def queries(self):
302 q = 0

Callers

nothing calls this directly

Calls 1

proof_lengthMethod · 0.45

Tested by

no test coverage detected