| 925 | _has_bits_[0] &= ~0x00000001u; |
| 926 | } |
| 927 | inline void TailKeyFilter::clear_insert_count() { |
| 928 | insert_count_ = false; |
| 929 | clear_has_insert_count(); |
| 930 | } |
| 931 | inline bool TailKeyFilter::insert_count() const { |
| 932 | return insert_count_; |
| 933 | } |
nothing calls this directly
no outgoing calls
no test coverage detected