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

Method Id

internal/common/page.go:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func (p *Page) Id() Pgid {
183 return p.id
184}
185
186func (p *Page) SetId(target Pgid) {
187 p.id = target

Callers 15

verifyPageReachableFunction · 0.80
readMethod · 0.80
writeMethod · 0.80
spillMethod · 0.80
commitFreelistMethod · 0.80
allocateMethod · 0.80
writeMethod · 0.80
writeMetaMethod · 0.80
allocateMethod · 0.80
searchMethod · 0.80
nodeMethod · 0.80
ReadPageFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestPageItemCommand_RunFunction · 0.64