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

Function fields

Libs/flatbuffers/reflection_generated.h:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 return strcmp(name()->c_str(), val);
763 }
764 const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *fields() const {
765 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *>(VT_FIELDS);
766 }
767 bool is_struct() const {
768 return GetField<uint8_t>(VT_IS_STRUCT, 0) != 0;
769 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected