MCPcopy 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
50def _add(l, elem):
51 if not elem in l:
52 l.append(elem)
53
54
55def _fds(l):

Callers 3

pre_selectMethod · 0.85
pre_selectMethod · 0.85
pre_selectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected