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

Struct navigableExprImpl

common/ast/navigable.go:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284type navigableExprImpl struct {
285 Expr
286 depth int
287 ast *AST
288 parent NavigableExpr
289 createChildren childFactory
290}
291
292func (nav *navigableExprImpl) Parent() (NavigableExpr, bool) {
293 if nav.parent != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected