go.etcd.io/bbolt.Tx.forEachPage (method)

4 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L488: 	b.tx.forEachPage(b.root, 0, fn)
		tx.go#L465: 	b.tx.forEachPage(b.root, 0, func(p *page, _ int) {
		tx.go#L622: func (tx *Tx) forEachPage(pgid pgid, depth int, fn func(*page, int)) {
		tx.go#L632: 			tx.forEachPage(elem.pgid, depth+1, fn)