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

Method SetId

internal/common/page.go:186–188  ·  view source on GitHub ↗
(target Pgid)

Source from the content-addressed store, hash-verified

184}
185
186func (p *Page) SetId(target Pgid) {
187 p.id = target
188}
189
190func (p *Page) Flags() uint16 {
191 return p.flags

Callers 4

WriteToMethod · 0.80
initMethod · 0.80
allocateMethod · 0.80
CopyPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected