Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Children
Method
Children
common/ast/navigable.go:37–37 ·
view source on GitHub ↗
Children returns a list of child expression nodes.
()
Source
from the content-addressed store, hash-verified
35
36
// Children returns a list of child expression nodes.
37
Children() []NavigableExpr
38
39
// Depth indicates the depth in the expression tree.
40
//
Callers
6
traverseAndCalculateCoverage
Function · 0.65
enumerateExprIDs
Function · 0.65
constantCallMatcher
Function · 0.65
TestExprVisitor
Function · 0.65
TestNavigableASTNilSafety
Function · 0.65
matchIsConstantValue
Function · 0.65
Implementers
1
navigableExprImpl
common/ast/navigable.go
Calls
no outgoing calls
Tested by
2
TestExprVisitor
Function · 0.52
TestNavigableASTNilSafety
Function · 0.52