Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ _add
Function
_add
sshuttle/ssnet.py:61–63 ·
view source on GitHub ↗
(socks, elem)
Source
from the content-addressed store, hash-verified
59
60
61
def
_add(socks, elem):
62
if
elem not in socks:
63
socks.append(elem)
64
65
66
def
_fds(socks):
Callers
3
pre_select
Method · 0.85
pre_select
Method · 0.85
pre_select
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected