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

Function VerifyTable

native/thirdpart/flatbuffers/flatbuffers.h:2334–2336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2332
2333 // Verify a pointer (may be NULL) of a table type.
2334 template<typename T> bool VerifyTable(const T *table) {
2335 return !table || table->Verify(*this);
2336 }
2337
2338 // Verify a pointer (may be NULL) of any vector type.
2339 template<typename T> bool VerifyVector(const Vector<T> *vec) const {

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.45

Tested by

no test coverage detected