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

Function KeyCompareWithValue

Libs/flatbuffers/reflection_generated.h:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 return *key() < *o->key();
241 }
242 int KeyCompareWithValue(const char *val) const {
243 return strcmp(key()->c_str(), val);
244 }
245 const flatbuffers::String *value() const {
246 return GetPointer<const flatbuffers::String *>(VT_VALUE);
247 }

Callers

nothing calls this directly

Calls 5

filenameFunction · 0.85
keyFunction · 0.70
valueFunction · 0.70
nameFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected