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

Function value

native/thirdpart/flatbuffers/reflection_generated.h:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return strcmp(key()->c_str(), val);
240 }
241 const flatbuffers::String *value() const {
242 return GetPointer<const flatbuffers::String *>(VT_VALUE);
243 }
244 bool Verify(flatbuffers::Verifier &verifier) const {
245 return VerifyTableStart(verifier) &&
246 VerifyOffsetRequired(verifier, VT_KEY) &&

Callers 3

VerifyFunction · 0.70
KeyCompareLessThanFunction · 0.70
KeyCompareWithValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected