Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
194
def
_enqueue(op, *args):
195
t = (op, args)
196
if
queue.get(t) is None:
197
queue[t] = 0
198
199
200
def
_stdin_still_ok(timeout):
Callers
2
check_host
Function · 0.85
hw_main
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected