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

Function key

Libs/flatbuffers/reflection_generated.h:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 VT_VALUE = 6
235 };
236 const flatbuffers::String *key() const {
237 return GetPointer<const flatbuffers::String *>(VT_KEY);
238 }
239 bool KeyCompareLessThan(const KeyValue *o) const {
240 return *key() < *o->key();
241 }

Callers 3

KeyCompareLessThanFunction · 0.70
KeyCompareWithValueFunction · 0.70
VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected