MCPcopy Create free account
hub / github.com/ElementsProject/elements / KeyMayMatch

Method KeyMayMatch

src/leveldb/db/dbformat.cc:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool InternalFilterPolicy::KeyMayMatch(const Slice& key, const Slice& f) const {
115 return user_policy_->KeyMayMatch(ExtractUserKey(key), f);
116}
117
118LookupKey::LookupKey(const Slice& user_key, SequenceNumber s) {
119 size_t usize = user_key.size();

Callers

nothing calls this directly

Calls 1

ExtractUserKeyFunction · 0.85

Tested by

no test coverage detected