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

7 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L84: 	b.tx.stats.CursorCount++
		tx.go#L671: 	CursorCount int // number of cursors created
		tx.go#L694: 	s.CursorCount += other.CursorCount
		tx.go#L713: 	diff.CursorCount = s.CursorCount - other.CursorCount