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

Method RootPage

internal/common/bucket.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (b *InBucket) RootPage() Pgid {
27 return b.root
28}
29
30func (b *InBucket) SetRootPage(id Pgid) {
31 b.root = id

Callers 15

CommitMethod · 0.80
mustGetBucketRootPageFunction · 0.80
RootMethod · 0.80
openBucketMethod · 0.80
MoveBucketMethod · 0.80
SetSequenceMethod · 0.80
NextSequenceMethod · 0.80
StatsMethod · 0.80
forEachPageMethod · 0.80
forEachPageNodeMethod · 0.80
freeMethod · 0.80

Calls

no outgoing calls

Tested by 2

mustGetBucketRootPageFunction · 0.64
TestSurgery_Meta_UpdateFunction · 0.64