Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ empty
Method
empty
pkg/rules/engine.go:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(f *filterset) empty() bool {
95
return
len(f.types) == 0 && len(f.categories) == 0
96
}
97
98
func
(f *filterset) collect(e *event.Event) []*compiledFilter {
99
if
len(f.categories) == 0 {
Callers
1
ProcessEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected