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

Method addBoundField

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

addBoundField appends a new bound field.

(field *ql.BoundFieldLiteral)

Source from the content-addressed store, hash-verified

539
540// addBoundField appends a new bound field.
541func (f *filter) addBoundField(field *ql.BoundFieldLiteral) {
542 f.boundFields = append(f.boundFields, field)
543}
544
545// addSegment adds a new bound segment.
546func (f *filter) addSegment(segment *ql.BoundSegmentLiteral) {

Callers 1

CompileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected