Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
122
func
(n *Node) Children() Iterator {
123
return
Iterator{node: n.Child()}
124
}
Callers
6
assignArray
Method · 0.80
decodeAny
Method · 0.80
assignInlineTable
Method · 0.80
compareNode
Function · 0.80
TestIterator_IsLast
Function · 0.80
checkValue
Method · 0.80
Calls
1
Child
Method · 0.95
Tested by
2
compareNode
Function · 0.64
TestIterator_IsLast
Function · 0.64