Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ createChild
Method
createChild
common/ast/navigable.go:374–376 ·
view source on GitHub ↗
(e Expr)
Source
from the content-addressed store, hash-verified
372
}
373
374
func
(nav *navigableExprImpl) createChild(e Expr) NavigableExpr {
375
return
newNavigableExpr(nav.ast, nav, e, nav.depth+1)
376
}
377
378
func
(nav *navigableExprImpl) isExpr() {}
379
Callers
15
Target
Method · 0.80
Args
Method · 0.80
IterRange
Method · 0.80
AccuInit
Method · 0.80
LoopCondition
Method · 0.80
LoopStep
Method · 0.80
Result
Method · 0.80
Elements
Method · 0.80
Entries
Method · 0.80
Operand
Method · 0.80
Fields
Method · 0.80
selectFactory
Function · 0.80
Calls
1
newNavigableExpr
Function · 0.85
Tested by
no test coverage detected