Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ Freelist
Method
Freelist
internal/common/meta.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(m *Meta) Freelist() Pgid {
108
return
m.freelist
109
}
110
111
func
(m *Meta) SetFreelist(v Pgid) {
112
m.freelist = v
Callers
9
check
Method · 0.80
Commit
Method · 0.80
rollback
Method · 0.80
loadFreelist
Method · 0.80
hasSyncedFreelist
Method · 0.80
TestSurgery_Meta_Update
Function · 0.80
TestSurgery_Freelist_Abandon
Function · 0.80
TestSurgery_Freelist_Rebuild
Function · 0.80
readFreelistPageIds
Function · 0.80
Calls
no outgoing calls
Tested by
4
TestSurgery_Meta_Update
Function · 0.64
TestSurgery_Freelist_Abandon
Function · 0.64
TestSurgery_Freelist_Rebuild
Function · 0.64
readFreelistPageIds
Function · 0.64