MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / got_host_req

Function got_host_req

sshuttle/server.py:346–351  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

344 raise Fatal('hostwatch process died')
345
346 def got_host_req(data):
347 if not hw.pid:
348 (hw.pid, hw.sock) = start_hostwatch(
349 data.decode("ASCII").strip().split(), auto_hosts)
350 handlers.append(Handler(socks=[hw.sock],
351 callback=hostwatch_ready))
352 mux.got_host_req = got_host_req
353
354 def new_channel(channel, data):

Callers

nothing calls this directly

Calls 2

HandlerClass · 0.90
start_hostwatchFunction · 0.85

Tested by

no test coverage detected