MCPcopy
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
107func (m *Meta) Freelist() Pgid {
108 return m.freelist
109}
110
111func (m *Meta) SetFreelist(v Pgid) {
112 m.freelist = v

Callers 9

checkMethod · 0.80
CommitMethod · 0.80
rollbackMethod · 0.80
loadFreelistMethod · 0.80
hasSyncedFreelistMethod · 0.80
TestSurgery_Meta_UpdateFunction · 0.80
readFreelistPageIdsFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestSurgery_Meta_UpdateFunction · 0.64
readFreelistPageIdsFunction · 0.64