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

Method Freed

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

Freed returns whether a given page is in the free list.

(pgId common.Pgid)

Source from the content-addressed store, hash-verified

51
52 // Freed returns whether a given page is in the free list.
53 Freed(pgId common.Pgid) bool
54
55 // Rollback removes the pages from a given pending tx.
56 Rollback(txId common.Txid)

Callers 5

PageMethod · 0.65
requirePagesFunction · 0.65

Calls

no outgoing calls

Tested by 4

requirePagesFunction · 0.52