MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / isSequence

Method isSequence

pkg/rules/engine.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (f *compiledFilter) isSequence() bool {
121 return f.ss != nil
122}
123
124func (f *compiledFilter) run(e *event.Event) bool {
125 if f.ss != nil {

Callers 1

ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected