go.etcd.io/bbolt.BucketStats.KeyN (field)

4 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L407: 			s.KeyN += int(p.count)
		bucket.go#L738: 	KeyN  int // number of keys/value pairs
		bucket.go#L758: 	s.KeyN += other.KeyN