go.etcd.io/bbolt.node.numChildren (method)

4 uses

	go.etcd.io/bbolt (current package)
		node.go#L87: func (n *node) numChildren() int {
		node.go#L97: 	if index >= n.parent.numChildren()-1 {
		node.go#L447: 	if n.numChildren() == 0 {
		node.go#L456: 	_assert(n.parent.numChildren() > 1, "parent must have at least 2 children")