hashHits property

int hashHits

Check the number of times the current position has occurred in the hash table.

Implementation

int get hashHits => zobrist.hashHits(state.hash);