Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ check
Method
check
client.py:147–150 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
145
raise
Fatal(
'%r expected READY, got %r'
% (self.argv, line))
146
147
def
check(self):
148
rv = self.p.poll()
149
if
rv:
150
raise
Fatal(
'%r returned %d'
% (self.argv, rv))
151
152
def
start(self):
153
self.pfile.write(
'ROUTES\n'
)
Callers
2
__init__
Method · 0.95
start
Method · 0.95
Calls
2
Fatal
Class · 0.85
poll
Method · 0.45
Tested by
no test coverage detected