go.etcd.io/bbolt.BucketStats.LeafPageN (field)
5 uses
go.etcd.io/bbolt (current package)
bucket.go#L430: s.LeafPageN++
bucket.go#L470: s.LeafAlloc = (s.LeafPageN + s.LeafOverflowN) * pageSize
bucket.go#L734: LeafPageN int // number of logical leaf pages
bucket.go#L756: s.LeafPageN += other.LeafPageN
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)