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

Method Key

internal/common/inode.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (in *Inode) Key() []byte {
34 return in.key
35}
36
37func (in *Inode) SetKey(key []byte) {
38 in.key = key

Callers 15

sizeMethod · 0.45
sizeLessThanMethod · 0.45
childIndexMethod · 0.45
putMethod · 0.45
delMethod · 0.45
readMethod · 0.45
splitIndexMethod · 0.45
spillMethod · 0.45
dereferenceMethod · 0.45
LessMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestNode_putFunction · 0.36
TestNode_read_LeafPageFunction · 0.36
TestNode_write_LeafPageFunction · 0.36
TestFindPathsToKeyFunction · 0.36