Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
func
(in *Inode) SetKey(key []byte) {
38
in.key = key
39
}
40
41
func
(in *Inode) Value() []byte {
42
return
in.value
Callers
3
put
Method · 0.80
dereference
Method · 0.80
ReadInodeFromPage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected