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

Function onConnectionDown

pkg/jobcontroller/jobcontroller.go:517–519  ·  view source on GitHub ↗
(connName string)

Source from the content-addressed store, hash-verified

515}
516
517func onConnectionDown(connName string) {
518 log.Printf("[conn:%s] connection became disconnected", connName)
519}
520
521func GetJobConnStatus(jobId string) string {
522 jobControllerLock.Lock()

Callers 1

reconcileConnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected