Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
111
func
(m *Meta) SetFreelist(v Pgid) {
112
m.freelist = v
113
}
114
115
func
(m *Meta) IsFreelistPersisted() bool {
116
return
m.freelist != PgidNoFreelist
Callers
5
Commit
Method · 0.80
commitFreelist
Method · 0.80
init
Method · 0.80
clearFreelistInMetaPage
Function · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected