MCPcopy
hub / github.com/etcd-io/bbolt / SetFreelist

Method SetFreelist

internal/common/meta.go:111–113  ·  view source on GitHub ↗
(v Pgid)

Source from the content-addressed store, hash-verified

109}
110
111func (m *Meta) SetFreelist(v Pgid) {
112 m.freelist = v
113}
114
115func (m *Meta) IsFreelistPersisted() bool {
116 return m.freelist != PgidNoFreelist

Callers 5

CommitMethod · 0.80
commitFreelistMethod · 0.80
initMethod · 0.80
clearFreelistInMetaPageFunction · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected