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

Function VerifyFromPointer

native/thirdpart/flatbuffers/flatbuffers.h:2318–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2316 }
2317
2318 bool VerifyFromPointer(const uint8_t *p, size_t len) {
2319 auto o = static_cast<size_t>(p - buf_);
2320 return Verify(o, len);
2321 }
2322
2323 // Verify relative to a known-good base pointer.
2324 bool Verify(const uint8_t *base, voffset_t elem_off, size_t elem_len) const {

Callers

nothing calls this directly

Calls 1

VerifyFunction · 0.70

Tested by

no test coverage detected