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

Struct baseSelectExpr

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

Source from the content-addressed store, hash-verified

691func (*baseMapExpr) isExpr() {}
692
693type baseSelectExpr struct {
694 operand Expr
695 field string
696 testOnly bool
697}
698
699func (*baseSelectExpr) Kind() ExprKind {
700 return SelectKind

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected