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

Method Finish

Libs/flatbuffers/reflection_generated.h:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 start_ = fbb_.StartTable();
271 }
272 flatbuffers::Offset<KeyValue> Finish() {
273 const auto end = fbb_.EndTable(start_);
274 auto o = flatbuffers::Offset<KeyValue>(end);
275 fbb_.Required(o, KeyValue::VT_KEY);
276 return o;
277 }
278};
279
280inline flatbuffers::Offset<KeyValue> CreateKeyValue(

Callers

nothing calls this directly

Calls 1

RequiredMethod · 0.80

Tested by

no test coverage detected