go.etcd.io/bbolt.Bucket.spill (method)

3 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L526: func (b *Bucket) spill() error {
		bucket.go#L537: 			if err := child.spill(); err != nil {
		tx.go#L160: 	if err := tx.root.spill(); err != nil {