Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
103
func
(m *Meta) RootBucket() *InBucket {
104
return
&m.root
105
}
106
107
func
(m *Meta) Freelist() Pgid {
108
return
m.freelist
Callers
5
init
Method · 0.80
Commit
Method · 0.80
GetRootPage
Function · 0.80
traverse
Method · 0.80
TestSurgery_Meta_Update
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSurgery_Meta_Update
Function · 0.64