MCPcopy
hub / github.com/g3n/engine / Dispatch

Method Dispatch

core/dispatcher.go:13–13  ·  view source on GitHub ↗
(evname string, ev interface{})

Source from the content-addressed store, hash-verified

11 UnsubscribeID(evname string, id interface{}) int
12 UnsubscribeAllID(id interface{}) int
13 Dispatch(evname string, ev interface{}) int
14}
15
16// Dispatcher implements an event dispatcher.

Callers 15

InitFunction · 0.65
InitFunction · 0.65
InitMethod · 0.65
AddMethod · 0.65
AddAtMethod · 0.65
RemoveMethod · 0.65
RemoveAtMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
dispatchAllMethod · 0.65
onMouseMethod · 0.65
onKeyMethod · 0.65

Implementers 1

Dispatchercore/dispatcher.go

Calls

no outgoing calls

Tested by

no test coverage detected