MCPcopy
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
63def dos():
64 while True:
65 item = q.get()
66 down_it(item)
67 q.task_done()
68
69
70def dos2():

Callers

nothing calls this directly

Calls 1

down_itFunction · 0.85

Tested by

no test coverage detected