Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
(hdl contextHandler) Notify(evt Event) {
84
if
hdl.Err() == nil {
85
hdl.Handler.Notify(evt)
86
}
87
}
Callers
nothing calls this directly
Calls
2
Notify
Method · 0.65
Err
Method · 0.45
Tested by
no test coverage detected