| 1862 | } |
| 1863 | |
| 1864 | virtual bool isDifferent(const KVEntry& other) const { |
| 1865 | return valueLen != other.valueLen || memcmp(value, other.value, valueLen) != 0; |
| 1866 | } |
| 1867 | |
| 1868 | template <typename T> |
| 1869 | T extract(std::size_t offset = 0) const { |
no outgoing calls
no test coverage detected