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

Method String

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

Source from the content-addressed store, hash-verified

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)
216}
217
218type Pages []*Page
219

Callers 1

truncDurationFunction · 0.45

Calls 1

TypMethod · 0.95

Tested by

no test coverage detected