Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
517
func
onConnectionDown(connName string) {
518
log.Printf(
"[conn:%s] connection became disconnected"
, connName)
519
}
520
521
func
GetJobConnStatus(jobId string) string {
522
jobControllerLock.Lock()
Callers
1
reconcileConn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected