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

Method addSegment

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

addSegment adds a new bound segment.

(segment *ql.BoundSegmentLiteral)

Source from the content-addressed store, hash-verified

544
545// addSegment adds a new bound segment.
546func (f *filter) addSegment(segment *ql.BoundSegmentLiteral) {
547 f.segments = append(f.segments, segment.Segment)
548}
549
550// addSeqBoundFields receives the sequence id and the list of bound field literals
551// and populates the list of bound fields containing the field structure convenient

Callers 1

CompileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected