Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ GetController
Function
GetController
pkg/buildercontroller/buildercontroller.go:92–96 ·
view source on GitHub ↗
(builderId string)
Source
from the content-addressed store, hash-verified
90
}
91
92
func
GetController(builderId string) *BuilderController {
93
mapLock.Lock()
94
defer
mapLock.Unlock()
95
return
controllerMap[builderId]
96
}
97
98
func
DeleteController(builderId string) {
99
mapLock.Lock()
Callers
1
StopBuilderCommand
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected