MCPcopy
hub / github.com/grafana/tempo / referencesSpan

Method referencesSpan

pkg/traceql/ast.go:610–612  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

608}
609
610func (o *BinaryOperation) referencesSpan() bool {
611 return o.LHS.referencesSpan() || o.RHS.referencesSpan()
612}
613
614type UnaryOperation struct {
615 Op Operator

Callers 1

newBinaryOperationFunction · 0.95

Calls 1

referencesSpanMethod · 0.65

Tested by

no test coverage detected