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

Struct navigableExprImpl

common/ast/navigable.go:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307type navigableExprImpl struct {
308 Expr
309 depth int
310 ast *AST
311 parent NavigableExpr
312 createChildren childFactory
313}
314
315func (nav *navigableExprImpl) Parent() (NavigableExpr, bool) {
316 if nav.parent != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected