Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cyweb/hammer
/ dos
Function
dos
hammer.py:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
def
dos():
64
while
True:
65
item = q.get()
66
down_it(item)
67
q.task_done()
68
69
70
def
dos2():
Callers
nothing calls this directly
Calls
1
down_it
Function · 0.85
Tested by
no test coverage detected