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

Method recursivelyCheckPage

tx_check.go:91–95  ·  view source on GitHub ↗
(pageId common.Pgid, reachable map[common.Pgid]*common.Page, freed map[common.Pgid]bool,
	kvStringer KVStringer, ch chan error)

Source from the content-addressed store, hash-verified

89}
90
91func (tx *Tx) recursivelyCheckPage(pageId common.Pgid, reachable map[common.Pgid]*common.Page, freed map[common.Pgid]bool,
92 kvStringer KVStringer, ch chan error) {
93 tx.checkInvariantProperties(pageId, reachable, freed, kvStringer, ch)
94 tx.recursivelyCheckBucketInPage(pageId, reachable, freed, kvStringer, ch)
95}
96
97func (tx *Tx) recursivelyCheckBucketInPage(pageId common.Pgid, reachable map[common.Pgid]*common.Page, freed map[common.Pgid]bool,
98 kvStringer KVStringer, ch chan error) {

Callers 1

checkMethod · 0.95

Calls 2

Tested by

no test coverage detected