MCPcopy
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
99func (m *Meta) SetRootBucket(b InBucket) {
100 m.root = b
101}
102
103func (m *Meta) RootBucket() *InBucket {
104 return &m.root

Callers 2

initMethod · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected