Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ Events
Method
Events
internal/bootstrap/source.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(s *EventSourceControl) Events() <-
chan
*event.Event {
65
return
s.evs.Events()
66
}
67
68
func
(s *EventSourceControl) SetFilter(f filter.Filter) {
69
s.evs.SetFilter(f)
Callers
nothing calls this directly
Calls
1
Events
Method · 0.65
Tested by
no test coverage detected