MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Operand

Method Operand

common/ast/expr.go:200–200  ·  view source on GitHub ↗

Operand returns the selection operand expression.

()

Source from the content-addressed store, hash-verified

198type SelectExpr interface {
199 // Operand returns the selection operand expression.
200 Operand() Expr
201
202 // FieldName returns the field name being selected from the operand.
203 FieldName() string

Callers 15

VisitExprMethod · 0.65
VisitExprMethod · 0.65
planSelectMethod · 0.65
toQualifiedNameMethod · 0.65
pruneMethod · 0.65
visitFunction · 0.65
costSelectMethod · 0.65
checkSelectMethod · 0.65
computeQualifiersMethod · 0.65
visitSelectMethod · 0.65
CopyMethod · 0.65
MakeHasFunction · 0.65

Implementers 1

baseSelectExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 4

TestSelectFunction · 0.52
TestSelectNilFunction · 0.52
TestNavigableSelectExprFunction · 0.52