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

Method Compare

src/leveldb/table/block.cc:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 Status status_;
90
91 inline int Compare(const Slice& a, const Slice& b) const {
92 return comparator_->Compare(a, b);
93 }
94
95 // Return the offset in data_ just past the end of the current entry.
96 inline uint32_t NextEntryOffset() const {

Callers 5

NextMethod · 0.45
FindSmallestMethod · 0.45
FindLargestMethod · 0.45
AddMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected