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

Method SetValue

internal/common/inode.go:45–47  ·  view source on GitHub ↗
(value []byte)

Source from the content-addressed store, hash-verified

43}
44
45func (in *Inode) SetValue(value []byte) {
46 in.value = value
47}
48
49func ReadInodeFromPage(p *Page) Inodes {
50 inodes := make(Inodes, int(p.Count()))

Callers 3

putMethod · 0.80
dereferenceMethod · 0.80
ReadInodeFromPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected