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

Method Verify

native/thirdpart/flatbuffers/flatbuffers.h:816–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814 #if 0 // disabled for now due to the ordering of classes in this header
815 template <class T>
816 bool Verify() const {
817 Verifier verifier(data(), size());
818 return verifier.Verify<T>(nullptr);
819 }
820
821 template <class T>
822 const T* GetRoot() const {

Callers

nothing calls this directly

Calls 2

dataFunction · 0.85
sizeFunction · 0.85

Tested by

no test coverage detected