Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ SetVsize
Method
SetVsize
internal/common/page.go:305–307 ·
view source on GitHub ↗
(v uint32)
Source
from the content-addressed store, hash-verified
303
}
304
305
func
(n *leafPageElement) SetVsize(v uint32) {
306
n.vsize = v
307
}
308
309
// Key returns a byte slice of the node key.
310
func
(n *leafPageElement) Key() []byte {
Callers
1
WriteInodeToPage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected