MCPcopy
hub / github.com/pelletier/go-toml / Children

Method Children

unstable/ast.go:122–124  ·  view source on GitHub ↗

Children returns an iterator over a node's children.

()

Source from the content-addressed store, hash-verified

120
121// Children returns an iterator over a node's children.
122func (n *Node) Children() Iterator {
123 return Iterator{node: n.Child()}
124}

Callers 6

assignArrayMethod · 0.80
decodeAnyMethod · 0.80
assignInlineTableMethod · 0.80
compareNodeFunction · 0.80
TestIterator_IsLastFunction · 0.80
checkValueMethod · 0.80

Calls 1

ChildMethod · 0.95

Tested by 2

compareNodeFunction · 0.64
TestIterator_IsLastFunction · 0.64