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

Method Pos

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

Source from the content-addressed store, hash-verified

283}
284
285func (n *leafPageElement) Pos() uint32 {
286 return n.pos
287}
288
289func (n *leafPageElement) SetPos(v uint32) {
290 n.pos = v

Callers 1

StatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected