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

Function NewInBucket

internal/common/bucket.go:19–24  ·  view source on GitHub ↗
(root Pgid, seq uint64)

Source from the content-addressed store, hash-verified

17}
18
19func NewInBucket(root Pgid, seq uint64) InBucket {
20 return InBucket{
21 root: root,
22 sequence: seq,
23 }
24}
25
26func (b *InBucket) RootPage() Pgid {
27 return b.root

Callers 3

initMethod · 0.92
updateMetaFieldFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected