MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Verify

Function Verify

Libs/flatbuffers/reflection_generated.h:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 return GetField<uint16_t>(VT_FIXED_LENGTH, 0);
178 }
179 bool Verify(flatbuffers::Verifier &verifier) const {
180 return VerifyTableStart(verifier) &&
181 VerifyField<int8_t>(verifier, VT_BASE_TYPE) &&
182 VerifyField<int8_t>(verifier, VT_ELEMENT) &&
183 VerifyField<int32_t>(verifier, VT_INDEX) &&
184 VerifyField<uint16_t>(verifier, VT_FIXED_LENGTH) &&
185 verifier.EndTable();
186 }
187};
188
189struct TypeBuilder {

Callers

nothing calls this directly

Calls 15

VerifyTableStartFunction · 0.85
VerifyOffsetFunction · 0.85
union_typeFunction · 0.85
documentationFunction · 0.85
valuesFunction · 0.85
underlying_typeFunction · 0.85
attributesFunction · 0.85
declaration_fileFunction · 0.85
fieldsFunction · 0.85
requestFunction · 0.85
responseFunction · 0.85
callsFunction · 0.85

Tested by

no test coverage detected