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

Function handleRouteUpEvent

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

Source from the content-addressed store, hash-verified

347}
348
349func handleRouteUpEvent(event *wps.WaveEvent) {
350 handleRouteEvent(event, JobConnStatus_Connected)
351}
352
353func handleRouteDownEvent(event *wps.WaveEvent) {
354 handleRouteEvent(event, JobConnStatus_Disconnected)

Callers

nothing calls this directly

Calls 1

handleRouteEventFunction · 0.85

Tested by

no test coverage detected