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

Class Verifier

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

Source from the content-addressed store, hash-verified

2266
2267// Helper class to verify the integrity of a FlatBuffer
2268class Verifier FLATBUFFERS_FINAL_CLASS {
2269 public:
2270 Verifier(const uint8_t *buf, size_t buf_len, uoffset_t _max_depth = 64,
2271 uoffset_t _max_tables = 1000000, bool _check_alignment = true)

Callers 1

flatbuffers.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected