Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WizardOfMenlo/stir
/ queries
Method
queries
scripts/protocol.py:301–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
299
return
len
300
301
def
queries(self):
302
q = 0
303
for
rnd in self.rounds:
304
q += rnd.queries()
305
return
q
306
307
def
print_arg(self):
308
for
msg in self.rounds:
Callers
nothing calls this directly
Calls
1
queries
Method · 0.45
Tested by
no test coverage detected