MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / handleRouteDownEvent

Function handleRouteDownEvent

pkg/jobcontroller/jobcontroller.go:353–355  ·  view source on GitHub ↗
(event *wps.WaveEvent)

Source from the content-addressed store, hash-verified

351}
352
353func handleRouteDownEvent(event *wps.WaveEvent) {
354 handleRouteEvent(event, JobConnStatus_Disconnected)
355}
356
357func handleRouteEvent(event *wps.WaveEvent, newStatus string) {
358 ctx := context.Background()

Callers

nothing calls this directly

Calls 1

handleRouteEventFunction · 0.85

Tested by

no test coverage detected