Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
func
(in *Inode) Key() []byte {
34
return
in.key
35
}
36
37
func
(in *Inode) SetKey(key []byte) {
38
in.key = key
Callers
15
recursivelyCheckBucketInPage
Method · 0.45
recursivelyCheckPageKeyOrderInternal
Method · 0.45
size
Method · 0.45
sizeLessThan
Method · 0.45
childIndex
Method · 0.45
put
Method · 0.45
del
Method · 0.45
read
Method · 0.45
splitIndex
Method · 0.45
spill
Method · 0.45
dereference
Method · 0.45
Less
Method · 0.45
Calls
no outgoing calls
Tested by
8
TestNode_put
Function · 0.36
TestNode_read_LeafPage
Function · 0.36
TestNode_write_LeafPage
Function · 0.36
corruptRandomLeafPageInBucket
Function · 0.36
TestFindPathsToKey
Function · 0.36
TestFindPathsToKey_Bucket
Function · 0.36
TestTx_RecursivelyCheckPages_CorruptedLeaf
Function · 0.36
compareDataAfterClearingElement
Function · 0.36