Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ check
Method
check
sshuttle/client.py:406–409 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
self.tmark = tmark
405
406
def
check(self):
407
rv = self.p.poll()
408
if
rv:
409
raise
Fatal(
'%r returned %d'
% (self.argv, rv))
410
411
def
start(self):
412
self.pfile.write(b
'ROUTES\n'
)
Callers
1
start
Method · 0.95
Calls
1
Fatal
Class · 0.90
Tested by
no test coverage detected