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

Method IsCompound

pkg/filter/ql/literal.go:403–405  ·  view source on GitHub ↗

IsCompound indicates if the sequence expression uses multiple fields for the join link.

()

Source from the content-addressed store, hash-verified

401// IsCompound indicates if the sequence expression
402// uses multiple fields for the join link.
403func (l *SequenceLink) IsCompound() bool {
404 return len(l.Fields) > 1
405}
406
407// First returns the first field if the link is not compound.
408func (l *SequenceLink) First() string {

Callers 1

makeSequenceLinkIDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected