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

Method Reload

internal/freelist/shared.go:216–219  ·  view source on GitHub ↗
(p *common.Page)

Source from the content-addressed store, hash-verified

214}
215
216func (t *shared) Reload(p *common.Page) {
217 t.Read(p)
218 t.NoSyncReload(t.freePageIds())
219}
220
221func (t *shared) NoSyncReload(pgIds common.Pgids) {
222 // Build a cache of only pending pages.

Callers

nothing calls this directly

Calls 3

ReadMethod · 0.95
NoSyncReloadMethod · 0.95
freePageIdsMethod · 0.65

Tested by

no test coverage detected