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

Method Finish

Libs/flatbuffers/reflection_generated.h:840–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838 start_ = fbb_.StartTable();
839 }
840 flatbuffers::Offset<Object> Finish() {
841 const auto end = fbb_.EndTable(start_);
842 auto o = flatbuffers::Offset<Object>(end);
843 fbb_.Required(o, Object::VT_NAME);
844 fbb_.Required(o, Object::VT_FIELDS);
845 return o;
846 }
847};
848
849inline flatbuffers::Offset<Object> CreateObject(

Callers

nothing calls this directly

Calls 1

RequiredMethod · 0.80

Tested by

no test coverage detected