MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / key

Function key

native/thirdpart/flatbuffers/reflection_generated.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 VT_VALUE = 6
231 };
232 const flatbuffers::String *key() const {
233 return GetPointer<const flatbuffers::String *>(VT_KEY);
234 }
235 bool KeyCompareLessThan(const KeyValue *o) const {
236 return *key() < *o->key();
237 }

Callers 3

KeyCompareLessThanFunction · 0.85
KeyCompareWithValueFunction · 0.85
VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected