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

Method SetGlobalEventHandler

tsunami/engine/clientimpl.go:157–159  ·  view source on GitHub ↗
(handler func(event vdom.VDomEvent))

Source from the content-addressed store, hash-verified

155}
156
157func (c *ClientImpl) SetGlobalEventHandler(handler func(event vdom.VDomEvent)) {
158 c.GlobalEventHandler = handler
159}
160
161func (c *ClientImpl) getFaviconPath() string {
162 if c.StaticFS != nil {

Callers 1

SetGlobalEventHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected