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

Function deleteController

pkg/blockcontroller/blockcontroller.go:114–118  ·  view source on GitHub ↗
(blockId string)

Source from the content-addressed store, hash-verified

112}
113
114func deleteController(blockId string) {
115 registryLock.Lock()
116 defer registryLock.Unlock()
117 delete(controllerRegistry, blockId)
118}
119
120func getAllControllers() map[string]Controller {
121 registryLock.RLock()

Callers 1

DestroyBlockControllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected