go.etcd.io/bbolt.node.childAt (method)
4 uses
go.etcd.io/bbolt (current package)
cursor.go#L369: n = n.childAt(ref.index)
node.go#L73: func (n *node) childAt(index int) *node {
node.go#L100: return n.parent.childAt(index + 1)
node.go#L112: return n.parent.childAt(index - 1)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)