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

Method RootBucket

internal/common/meta.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (m *Meta) RootBucket() *InBucket {
104 return &m.root
105}
106
107func (m *Meta) Freelist() Pgid {
108 return m.freelist

Callers 5

initMethod · 0.80
CommitMethod · 0.80
GetRootPageFunction · 0.80
traverseMethod · 0.80
TestSurgery_Meta_UpdateFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSurgery_Meta_UpdateFunction · 0.64