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

Method pendingPageIds

internal/freelist/shared.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (t *shared) pendingPageIds() map[common.Txid]*txPending {
36 return t.pending
37}
38
39func (t *shared) PendingCount() int {
40 var count int

Callers 2

CopyallMethod · 0.95
reindexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected