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

Method IsBranchPage

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

Source from the content-addressed store, hash-verified

59}
60
61func (p *Page) IsBranchPage() bool {
62 return p.flags == BranchPageFlag
63}
64
65func (p *Page) IsLeafPage() bool {
66 return p.flags == LeafPageFlag

Callers 14

TypMethod · 0.95
IsValidPageMethod · 0.95
verifyPageReachableFunction · 0.80
forEachPageInternalMethod · 0.80
corruptRootPageFunction · 0.80
StatsMethod · 0.80
_forEachPageNodeMethod · 0.80
searchMethod · 0.80
ClearPageElementsFunction · 0.80

Calls

no outgoing calls