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

Method Operand

common/ast/expr.go:703–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

701}
702
703func (e *baseSelectExpr) Operand() Expr {
704 if e == nil || e.operand == nil {
705 return nilExpr
706 }
707 return e.operand
708}
709
710func (e *baseSelectExpr) FieldName() string {
711 if e == nil {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected