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

2 uses

	go.etcd.io/bbolt (current package)
		node.go#L286: 	splitIndex, _ := n.splitIndex(threshold)
		node.go#L311: func (n *node) splitIndex(threshold int) (index, sz uintptr) {