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

Method SetKey

internal/common/inode.go:37–39  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

35}
36
37func (in *Inode) SetKey(key []byte) {
38 in.key = key
39}
40
41func (in *Inode) Value() []byte {
42 return in.value

Callers 3

putMethod · 0.80
dereferenceMethod · 0.80
ReadInodeFromPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected