Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
115
func
(m *Meta) IsFreelistPersisted() bool {
116
return
m.freelist != PgidNoFreelist
117
}
118
119
func
(m *Meta) Pgid() Pgid {
120
return
m.pgid
Callers
2
surgeryFreelistRebuildFunc
Function · 0.80
surgeryCopyPageFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected