MCPcopy
hub / github.com/etcd-io/bbolt / numChildren

Method numChildren

node.go:88–90  ·  view source on GitHub ↗

numChildren returns the number of children.

()

Source from the content-addressed store, hash-verified

86
87// numChildren returns the number of children.
88func (n *node) numChildren() int {
89 return len(n.inodes)
90}
91
92// nextSibling returns the next node with the same parent.
93func (n *node) nextSibling() *node {

Callers 2

rebalanceMethod · 0.95
nextSiblingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected