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

Method Operand

common/ast/navigable.go:537–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535}
536
537func (sel navigableSelectImpl) Operand() Expr {
538 return sel.createChild(sel.Expr.AsSelect().Operand())
539}
540
541type navigableStructImpl struct {
542 *navigableExprImpl

Callers

nothing calls this directly

Calls 3

createChildMethod · 0.80
OperandMethod · 0.65
AsSelectMethod · 0.65

Tested by

no test coverage detected