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

Method Verify

Libs/flatbuffers/flatbuffers.h:2633–2636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2631 const T *GetRoot() const { return flatbuffers::GetRoot<T>(buf); }
2632
2633 bool Verify() {
2634 Verifier verifier(buf, len);
2635 return verifier.VerifyBuffer<T>(nullptr);
2636 }
2637
2638 uint8_t *buf;
2639 uoffset_t len;

Callers 3

VerifyTableFunction · 0.45
VerifyVectorOfTablesFunction · 0.45
VerifyBufferFromStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected