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

Method Finish

Libs/flatbuffers/reflection_generated.h:1180–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178 start_ = fbb_.StartTable();
1179 }
1180 flatbuffers::Offset<SchemaFile> Finish() {
1181 const auto end = fbb_.EndTable(start_);
1182 auto o = flatbuffers::Offset<SchemaFile>(end);
1183 fbb_.Required(o, SchemaFile::VT_FILENAME);
1184 return o;
1185 }
1186};
1187
1188inline flatbuffers::Offset<SchemaFile> CreateSchemaFile(

Callers

nothing calls this directly

Calls 1

RequiredMethod · 0.80

Tested by

no test coverage detected