get the current hash slot stored internal
| 497 | |
| 498 | // get the current hash slot stored internal |
| 499 | int get_slot() const { |
| 500 | return slot_; |
| 501 | } |
| 502 | |
| 503 | bool is_check_addr() const { |
| 504 | return check_addr_; |
no outgoing calls
no test coverage detected
searching dependent graphs…