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

Method Name

src/leveldb/db/dbformat.cc:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

RPCRunLaterFunction · 0.45
NewDBMethod · 0.45
WriteDescriptorMethod · 0.45
RecoverMethod · 0.45
WriteSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected