MCPcopy 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
94func (f *filterset) empty() bool {
95 return len(f.types) == 0 && len(f.categories) == 0
96}
97
98func (f *filterset) collect(e *event.Event) []*compiledFilter {
99 if len(f.categories) == 0 {

Callers 1

ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected