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

Function selectFactory

common/ast/navigable.go:624–626  ·  view source on GitHub ↗
(nav *navigableExprImpl)

Source from the content-addressed store, hash-verified

622}
623
624func selectFactory(nav *navigableExprImpl) []NavigableExpr {
625 return []NavigableExpr{nav.createChild(nav.AsSelect().Operand())}
626}
627
628func callArgFactory(nav *navigableExprImpl) []NavigableExpr {
629 call := nav.Expr.AsCall()

Callers

nothing calls this directly

Calls 3

createChildMethod · 0.80
OperandMethod · 0.65
AsSelectMethod · 0.65

Tested by

no test coverage detected