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

Method Finish

Libs/flatbuffers/reflection_generated.h:1087–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085 start_ = fbb_.StartTable();
1086 }
1087 flatbuffers::Offset<Service> Finish() {
1088 const auto end = fbb_.EndTable(start_);
1089 auto o = flatbuffers::Offset<Service>(end);
1090 fbb_.Required(o, Service::VT_NAME);
1091 return o;
1092 }
1093};
1094
1095inline flatbuffers::Offset<Service> CreateService(

Callers

nothing calls this directly

Calls 1

RequiredMethod · 0.80

Tested by

no test coverage detected