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

Method SetVsize

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

Source from the content-addressed store, hash-verified

303}
304
305func (n *leafPageElement) SetVsize(v uint32) {
306 n.vsize = v
307}
308
309// Key returns a byte slice of the node key.
310func (n *leafPageElement) Key() []byte {

Callers 1

WriteInodeToPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected