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

Method PendingCount

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

PendingCount returns the number of pending pages.

()

Source from the content-addressed store, hash-verified

35
36 // PendingCount returns the number of pending pages.
37 PendingCount() int
38
39 // AddReadonlyTXID adds a given read-only transaction id for pending page tracking.
40 AddReadonlyTXID(txid common.Txid)

Callers 2

closeMethod · 0.65
requirePagesFunction · 0.65

Calls

no outgoing calls

Tested by 1

requirePagesFunction · 0.52