Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ _fds
Function
_fds
sshuttle/ssnet.py:66–74 ·
view source on GitHub ↗
(socks)
Source
from the content-addressed store, hash-verified
64
65
66
def
_fds(socks):
67
out = []
68
for
i in socks:
69
try
:
70
out.append(i.fileno())
71
except
AttributeError:
72
out.append(i)
73
out.sort()
74
return
out
75
76
77
def
_nb_clean(func, *args):
Callers
1
runonce
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected