MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Notify

Method Notify

pkg/events/handler.go:83–87  ·  view source on GitHub ↗
(evt Event)

Source from the content-addressed store, hash-verified

81}
82
83func (hdl contextHandler) Notify(evt Event) {
84 if hdl.Err() == nil {
85 hdl.Handler.Notify(evt)
86 }
87}

Callers

nothing calls this directly

Calls 2

NotifyMethod · 0.65
ErrMethod · 0.45

Tested by

no test coverage detected