MCPcopy
hub / github.com/wailsapp/wails / Fire

Method Fire

v2/internal/frontend/desktop/windows/winc/eventmanager.go:16–20  ·  view source on GitHub ↗
(arg *Event)

Source from the content-addressed store, hash-verified

14}
15
16func (evm *EventManager) Fire(arg *Event) {
17 if evm.handler != nil {
18 evm.handler(arg)
19 }
20}
21
22func (evm *EventManager) Bind(handler EventHandler) {
23 evm.handler = handler

Callers 15

WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
WndProcMethod · 0.80
generalWndProcFunction · 0.80
ShowMethod · 0.80
cancelMethod · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected