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

Method OverlapInLevel

src/leveldb/db/version_set.cc:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465bool Version::OverlapInLevel(int level, const Slice* smallest_user_key,
466 const Slice* largest_user_key) {
467 return SomeFileOverlapsRange(vset_->icmp_, (level > 0), files_[level],
468 smallest_user_key, largest_user_key);
469}
470
471int Version::PickLevelForMemTableOutput(const Slice& smallest_user_key,
472 const Slice& largest_user_key) {

Callers 1

CompactRangeMethod · 0.80

Calls 1

SomeFileOverlapsRangeFunction · 0.85

Tested by

no test coverage detected