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

Function VerifyTable

Libs/flatbuffers/flatbuffers.h:2451–2453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2449
2450 // Verify a pointer (may be NULL) of a table type.
2451 template<typename T> bool VerifyTable(const T *table) {
2452 return !table || table->Verify(*this);
2453 }
2454
2455 // Verify a pointer (may be NULL) of any vector type.
2456 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