Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sshuttle/sshuttle
/ got_signal
Function
got_signal
sshuttle/client.py:35–37 ·
view source on GitHub ↗
(signum, frame)
Source
from the content-addressed store, hash-verified
33
34
35
def
got_signal(signum, frame):
36
log(
'exiting on signal %d'
% signum)
37
sys.exit(1)
38
39
40
# Filename of the pidfile created by the sshuttle client.
Callers
nothing calls this directly
Calls
1
log
Function · 0.90
Tested by
no test coverage detected