MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / _enqueue

Function _enqueue

sshuttle/hostwatch.py:194–197  ·  view source on GitHub ↗
(op, *args)

Source from the content-addressed store, hash-verified

192
193
194def _enqueue(op, *args):
195 t = (op, args)
196 if queue.get(t) is None:
197 queue[t] = 0
198
199
200def _stdin_still_ok(timeout):

Callers 2

check_hostFunction · 0.85
hw_mainFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected