MCPcopy 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

enumerateExprIDsFunction · 0.65
constantCallMatcherFunction · 0.65
TestExprVisitorFunction · 0.65
matchIsConstantValueFunction · 0.65

Implementers 1

navigableExprImplcommon/ast/navigable.go

Calls

no outgoing calls

Tested by 2

TestExprVisitorFunction · 0.52