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

Method String

pkg/traceql/ast_stringer.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (o *BinaryOperation) String() string {
76 return binaryOp(o.Op, o.LHS, o.RHS)
77}
78
79func (o UnaryOperation) String() string {
80 return unaryOp(o.Op, o.Expression)

Callers 1

validateMethod · 0.95

Calls 1

binaryOpFunction · 0.85

Tested by

no test coverage detected