| 42 | } |
| 43 | |
| 44 | const char* InternalKeyComparator::Name() const { |
| 45 | return "leveldb.InternalKeyComparator"; |
| 46 | } |
| 47 | |
| 48 | int InternalKeyComparator::Compare(const Slice& akey, const Slice& bkey) const { |
| 49 | // Order by: |
no outgoing calls
no test coverage detected