Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
func
(f *compiledFilter) isSequence() bool {
121
return
f.ss != nil
122
}
123
124
func
(f *compiledFilter) run(e *event.Event) bool {
125
if
f.ss != nil {
Callers
1
ProcessEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected