MCPcopy
hub / github.com/etcd-io/bbolt / IsLeafPage

Method IsLeafPage

internal/common/page.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (p *Page) IsLeafPage() bool {
66 return p.flags == LeafPageFlag
67}
68
69func (p *Page) IsMetaPage() bool {
70 return p.flags == MetaPageFlag

Callers 15

TypMethod · 0.95
IsValidPageMethod · 0.95
PageElementSizeMethod · 0.95
verifyPageReachableFunction · 0.80
readMethod · 0.80
StatsMethod · 0.80
searchMethod · 0.80
isLeafMethod · 0.80
ClearPageElementsFunction · 0.80

Calls

no outgoing calls