Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ _add
Function
_add
ssnet.py:50–52 ·
view source on GitHub ↗
(l, elem)
Source
from the content-addressed store, hash-verified
48
49
50
def
_add(l, elem):
51
if
not elem in l:
52
l.append(elem)
53
54
55
def
_fds(l):
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