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

Method argument_size

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

Source from the content-addressed store, hash-verified

287 return self.stopped
288
289 def argument_size(self):
290 len = 0
291 for msg in self.rounds:
292 len += msg.argument_size()
293 return len
294
295 def proof_length(self):
296 len = 0

Callers

nothing calls this directly

Calls 1

argument_sizeMethod · 0.45

Tested by

no test coverage detected