MCPcopy
hub / github.com/wavetermdev/waveterm / connReconcileWorker

Function connReconcileWorker

pkg/jobcontroller/jobcontroller.go:240–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func connReconcileWorker() {
241 defer func() {
242 panichandler.PanicHandler("jobcontroller:connReconcileWorker", recover())
243 }()
244
245 for range connStates.reconcileCh {
246 reconcileAllConns()
247 }
248}
249
250func reconcileAllConns() {
251 connStates.Lock()

Callers 1

InitJobControllerFunction · 0.85

Calls 2

PanicHandlerFunction · 0.92
reconcileAllConnsFunction · 0.85

Tested by

no test coverage detected