Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
func
(b *InBucket) RootPage() Pgid {
27
return
b.root
28
}
29
30
func
(b *InBucket) SetRootPage(id Pgid) {
31
b.root = id
Callers
15
recursivelyCheckBucket
Method · 0.80
Commit
Method · 0.80
mustGetBucketRootPage
Function · 0.80
Root
Method · 0.80
openBucket
Method · 0.80
MoveBucket
Method · 0.80
SetSequence
Method · 0.80
NextSequence
Method · 0.80
Stats
Method · 0.80
forEachPage
Method · 0.80
forEachPageNode
Method · 0.80
free
Method · 0.80
Calls
no outgoing calls
Tested by
2
mustGetBucketRootPage
Function · 0.64
TestSurgery_Meta_Update
Function · 0.64