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

Method Compare

src/leveldb/db/dbformat.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164};
165
166inline int InternalKeyComparator::Compare(const InternalKey& a,
167 const InternalKey& b) const {
168 return Compare(a.Encode(), b.Encode());
169}
170
171inline bool ParseInternalKey(const Slice& internal_key,
172 ParsedInternalKey* result) {

Callers 15

operator<Method · 0.45
operator<Method · 0.45
operator()Method · 0.45
GetMethod · 0.45
FindNextUserEntryMethod · 0.45
PrevMethod · 0.45
FindPrevUserEntryMethod · 0.45
DoCompactionWorkMethod · 0.45
AfterFileFunction · 0.45
BeforeFileFunction · 0.45
SaveValueFunction · 0.45
ForEachOverlappingMethod · 0.45

Calls 1

EncodeMethod · 0.45

Tested by

no test coverage detected