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

Method SetOverflow

internal/common/page.go:210–212  ·  view source on GitHub ↗
(target uint32)

Source from the content-addressed store, hash-verified

208}
209
210func (p *Page) SetOverflow(target uint32) {
211 p.overflow = target
212}
213
214func (p *Page) String() string {
215 return fmt.Sprintf("ID: %d, Type: %s, count: %d, overflow: %d", p.id, p.Typ(), p.count, p.overflow)

Callers 2

allocateMethod · 0.80
ClearPageElementsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected