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

Method IsFreelistPersisted

internal/common/meta.go:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (m *Meta) IsFreelistPersisted() bool {
116 return m.freelist != PgidNoFreelist
117}
118
119func (m *Meta) Pgid() Pgid {
120 return m.pgid

Callers 2

surgeryCopyPageFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected