MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / unregisterChannel

Method unregisterChannel

pkg/userinput/userinput.go:70–75  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

68}
69
70func (ui *UserInputHandler) unregisterChannel(id string) {
71 ui.Lock.Lock()
72 defer ui.Lock.Unlock()
73
74 delete(ui.Channels, id)
75}
76
77func (ui *UserInputHandler) sendRequestToFrontend(request *UserInputRequest, scopes []string) {
78 wps.Broker.Publish(wps.WaveEvent{

Callers 1

GetUserInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected