Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ SetRootBucket
Method
SetRootBucket
internal/common/meta.go:99–101 ·
view source on GitHub ↗
(b InBucket)
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(m *Meta) SetRootBucket(b InBucket) {
100
m.root = b
101
}
102
103
func
(m *Meta) RootBucket() *InBucket {
104
return
&m.root
Callers
2
init
Method · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected