go.etcd.io/bbolt.TxStats.Write (field)

8 uses

	go.etcd.io/bbolt (current package)
		tx.go#L543: 			tx.stats.Write++
		tx.go#L602: 	tx.stats.Write++
		tx.go#L687: 	Write     int           // number of writes performed
		tx.go#L702: 	s.Write += other.Write
		tx.go#L721: 	diff.Write = s.Write - other.Write