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

Method Verify

native/thirdpart/flatbuffers/flatbuffers.h:2516–2519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2514 const T *GetRoot() const { return flatbuffers::GetRoot<T>(buf); }
2515
2516 bool Verify() {
2517 Verifier verifier(buf, len);
2518 return verifier.VerifyBuffer<T>(nullptr);
2519 }
2520
2521 uint8_t *buf;
2522 uoffset_t len;

Callers 3

VerifyTableFunction · 0.45
VerifyVectorOfTablesFunction · 0.45
VerifyBufferFromStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected