type go.etcd.io/bbolt.txPending
4 uses
go.etcd.io/bbolt (current package)
freelist.go#L11: type txPending struct {
freelist.go#L26: pending map[txid]*txPending // mapping of soon-to-be free page ids by tx.
freelist.go#L43: pending: make(map[txid]*txPending),
freelist.go#L161: txp = &txPending{}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)