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

7 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L670: 	b.tx.stats.NodeCount++
		tx.go#L674: 	NodeCount int // number of node allocations
		tx.go#L695: 	s.NodeCount += other.NodeCount
		tx.go#L714: 	diff.NodeCount = s.NodeCount - other.NodeCount