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

Method Finish

Libs/flatbuffers/reflection_generated.h:1305–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303 start_ = fbb_.StartTable();
1304 }
1305 flatbuffers::Offset<Schema> Finish() {
1306 const auto end = fbb_.EndTable(start_);
1307 auto o = flatbuffers::Offset<Schema>(end);
1308 fbb_.Required(o, Schema::VT_OBJECTS);
1309 fbb_.Required(o, Schema::VT_ENUMS);
1310 return o;
1311 }
1312};
1313
1314inline flatbuffers::Offset<Schema> CreateSchema(

Callers

nothing calls this directly

Calls 1

RequiredMethod · 0.80

Tested by

no test coverage detected