type go.etcd.io/bbolt.txsById
5 uses
go.etcd.io/bbolt (current package)
db.go#L617: sort.Sort(txsById(db.txs))
db.go#L634: type txsById []*Tx
db.go#L636: func (t txsById) Len() int { return len(t) }
db.go#L637: func (t txsById) Swap(i, j int) { t[i], t[j] = t[j], t[i] }
db.go#L638: func (t txsById) Less(i, j int) bool { return t[i].meta.txid < t[j].meta.txid }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)