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

Method GetSequence

pkg/filter/filter.go:62–62  ·  view source on GitHub ↗

GetSequence returns the sequence descriptor or nil if this filter is not a sequence.

()

Source from the content-addressed store, hash-verified

60 GetFields() []Field
61 // GetSequence returns the sequence descriptor or nil if this filter is not a sequence.
62 GetSequence() *ql.Sequence
63 // IsSequence determines if this filter is a sequence.
64 IsSequence() bool
65}

Callers 3

newSequenceStateFunction · 0.65
TestSeqFilterCompileFunction · 0.65

Implementers 1

filterpkg/filter/filter.go

Calls

no outgoing calls

Tested by 2

TestSeqFilterCompileFunction · 0.52