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

Function DeleteController

pkg/buildercontroller/buildercontroller.go:98–107  ·  view source on GitHub ↗
(builderId string)

Source from the content-addressed store, hash-verified

96}
97
98func DeleteController(builderId string) {
99 mapLock.Lock()
100 bc := controllerMap[builderId]
101 delete(controllerMap, builderId)
102 mapLock.Unlock()
103
104 if bc != nil {
105 bc.Stop()
106 }
107}
108
109func GetBuilderAppExecutablePath(appPath string) (string, error) {
110 binDir := filepath.Join(appPath, "bin")

Callers 1

DeleteBuilderCommandMethod · 0.92

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected