Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ serverready
Function
serverready
sshuttle/client.py:760–762 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
758
mux.got_routes = onroutes
759
760
def
serverready():
761
fw.start()
762
sdnotify.send(sdnotify.ready(), sdnotify.status(
'Connected'
))
763
764
def
onhostlist(hostlist):
765
debug2(
'got host list: %r'
% hostlist)
Callers
1
onroutes
Function · 0.85
Calls
2
start
Method · 0.80
send
Method · 0.45
Tested by
no test coverage detected