Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
610
func
(o *BinaryOperation) referencesSpan() bool {
611
return
o.LHS.referencesSpan() || o.RHS.referencesSpan()
612
}
613
614
type
UnaryOperation
struct
{
615
Op Operator
Callers
1
newBinaryOperation
Function · 0.95
Calls
1
referencesSpan
Method · 0.65
Tested by
no test coverage detected