MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / KeyCompareLessThan

Function KeyCompareLessThan

Libs/flatbuffers/reflection_generated.h:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return GetPointer<const flatbuffers::String *>(VT_KEY);
238 }
239 bool KeyCompareLessThan(const KeyValue *o) const {
240 return *key() < *o->key();
241 }
242 int KeyCompareWithValue(const char *val) const {
243 return strcmp(key()->c_str(), val);
244 }

Callers

nothing calls this directly

Calls 6

filenameFunction · 0.85
keyFunction · 0.70
valueFunction · 0.70
nameFunction · 0.70
valueMethod · 0.45
filenameMethod · 0.45

Tested by

no test coverage detected