Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ LoadPage
Function
LoadPage
internal/common/utils.go:14–16 ·
view source on GitHub ↗
(buf []byte)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
LoadPage(buf []byte) *Page {
15
return
(*Page)(unsafe.Pointer(&buf[0]))
16
}
17
18
func
LoadPageMeta(buf []byte) *Meta {
19
return
(*Meta)(unsafe.Pointer(&buf[PageHeaderSize]))
Callers
13
ReadPage
Function · 0.92
WritePage
Function · 0.92
TestFreeList_init
Function · 0.92
TestFreeList_reload
Function · 0.92
TestFreelist_read_panics
Function · 0.92
TestFreelist_E2E_Reload
Function · 0.92
TestFreelist_E2E_SerDe_HappyPath
Function · 0.92
TestFreelist_E2E_SerDe_AcrossImplementations
Function · 0.92
pageItemLeafPageElement
Function · 0.92
pagePrintLeaf
Function · 0.92
pagePrintBranch
Function · 0.92
pagePrintFreelist
Function · 0.92
Calls
no outgoing calls
Tested by
7
TestFreeList_init
Function · 0.74
TestFreeList_reload
Function · 0.74
TestFreelist_read_panics
Function · 0.74
TestFreelist_E2E_Reload
Function · 0.74
TestFreelist_E2E_SerDe_HappyPath
Function · 0.74
TestFreelist_E2E_SerDe_AcrossImplementations
Function · 0.74
TestSurgery_ClearPage
Function · 0.74