MCPcopy
hub / github.com/google/go-jsonnet / Children

Function Children

toolutils/ast.go:10–12  ·  view source on GitHub ↗

Children returns all children of a node. It supports ASTs before and after desugaring.

(node ast.Node)

Source from the content-addressed store, hash-verified

8
9// Children returns all children of a node. It supports ASTs before and after desugaring.
10func Children(node ast.Node) []ast.Node {
11 return parser.Children(node)
12}

Callers 1

traverseFunction · 0.92

Calls 1

ChildrenFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…