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

Method SetPos

internal/common/page.go:289–291  ·  view source on GitHub ↗
(v uint32)

Source from the content-addressed store, hash-verified

287}
288
289func (n *leafPageElement) SetPos(v uint32) {
290 n.pos = v
291}
292
293func (n *leafPageElement) Ksize() uint32 {
294 return n.ksize

Callers 1

WriteInodeToPageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected