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

Method pendingPageIds

internal/freelist/freelist.go:72–72  ·  internal/freelist/freelist.go::Interface.pendingPageIds

pendingPageIds returns all pending pages by transaction id.

()

Source from the content-addressed store, hash-verified

70
71 // pendingPageIds returns all pending pages by transaction id.
72 pendingPageIds() map[common.Txid]*txPending
73
74 // release moves all page ids for a transaction id (or older) to the freelist.
75 release(txId common.Txid)

Callers 8

TestFreelist_freeFunction · 0.65
TestFreeList_reloadFunction · 0.65
TestFreelist_writeFunction · 0.65
requirePagesFunction · 0.65

Calls

no outgoing calls

Tested by 8

TestFreelist_freeFunction · 0.52
TestFreeList_reloadFunction · 0.52
TestFreelist_writeFunction · 0.52
requirePagesFunction · 0.52