bolt/stat.go

11 lines
173 B
Go

package bolt
type Stat struct {
PageSize int
Depth int
BranchPageCount int
LeafPageCount int
OverflowPageCount int
EntryCount int
}