Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ pre_select
Method
pre_select
ssnet.py:252–254 ·
view source on GitHub ↗
(self, r, w, x)
Source
from the content-addressed store, hash-verified
250
self.callback = callback
251
252
def
pre_select(self, r, w, x):
253
for
i in self.socks:
254
_add(r, i)
255
256
def
callback(self):
257
log(
'--no callback defined-- %r\n'
% self)
Callers
nothing calls this directly
Calls
1
_add
Function · 0.85
Tested by
no test coverage detected