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

Method NoSyncReload

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

NoSyncReload reads the freelist from Pgids and filters out pending items.

(pgIds common.Pgids)

Source from the content-addressed store, hash-verified

64
65 // NoSyncReload reads the freelist from Pgids and filters out pending items.
66 NoSyncReload(pgIds common.Pgids)
67
68 // freePageIds returns the IDs of all free pages. Returns an empty slice if no free pages are available.
69 freePageIds() common.Pgids

Callers 1

rollbackMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected