// Returns true if the card counts table has been reserved and committed.
 bool has_count_table() {
   return has_reserved_count_table() && _committed_max_card_num > 0;
 }
Example #2
0
 // Returns true if the card counts table has been reserved and committed.
 bool has_count_table() {
   return has_reserved_count_table();
 }