MCPcopy 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
61def _add(socks, elem):
62 if elem not in socks:
63 socks.append(elem)
64
65
66def _fds(socks):

Callers 3

pre_selectMethod · 0.85
pre_selectMethod · 0.85
pre_selectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected