go.etcd.io/bbolt.BucketStats.Depth (field)

9 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L463: 		if depth+1 > s.Depth {
		bucket.go#L464: 			s.Depth = (depth + 1)
		bucket.go#L473: 	s.Depth += subStats.Depth
		bucket.go#L739: 	Depth int // number of levels in B+tree
		bucket.go#L759: 	if s.Depth < other.Depth {
		bucket.go#L760: 		s.Depth = other.Depth