(event *wps.WaveEvent)
| 347 | } |
| 348 | |
| 349 | func handleRouteUpEvent(event *wps.WaveEvent) { |
| 350 | handleRouteEvent(event, JobConnStatus_Connected) |
| 351 | } |
| 352 | |
| 353 | func handleRouteDownEvent(event *wps.WaveEvent) { |
| 354 | handleRouteEvent(event, JobConnStatus_Disconnected) |
nothing calls this directly
no test coverage detected