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

Function Verify

native/thirdpart/flatbuffers/reflection.cpp:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706bool Verify(const reflection::Schema &schema, const reflection::Object &root,
707 const uint8_t *buf, size_t length, uoffset_t max_depth /*= 64*/,
708 uoffset_t max_tables /*= 1000000*/) {
709 Verifier v(buf, length, max_depth, max_tables);
710 return VerifyObject(v, schema, root, flatbuffers::GetAnyRoot(buf), true);
711}
712
713} // namespace flatbuffers

Callers

nothing calls this directly

Calls 2

VerifyObjectFunction · 0.85
GetAnyRootFunction · 0.85

Tested by

no test coverage detected