hashHits method

int hashHits(
  1. int hash
)

Returns the number of hits for hash.

Implementation

int hashHits(int hash) => hashes[hash] ?? 0;