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

Method Reload

internal/freelist/freelist.go:63–63  ·  view source on GitHub ↗

Reload reads the freelist from a page and filters out pending items.

(p *common.Page)

Source from the content-addressed store, hash-verified

61
62 // Reload reads the freelist from a page and filters out pending items.
63 Reload(p *common.Page)
64
65 // NoSyncReload reads the freelist from Pgids and filters out pending items.
66 NoSyncReload(pgIds common.Pgids)

Callers 3

rollbackMethod · 0.65
TestFreeList_reloadFunction · 0.65
TestFreelist_E2E_ReloadFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestFreeList_reloadFunction · 0.52
TestFreelist_E2E_ReloadFunction · 0.52