Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ _exc_dump
Function
_exc_dump
sshuttle/server.py:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
134
135
def
_exc_dump():
136
exc_info = sys.exc_info()
137
return
''
.join(traceback.format_exception(*exc_info))
138
139
140
def
start_hostwatch(seed_hosts, auto_hosts):
Callers
1
start_hostwatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected