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

Function StartTable

Libs/flatbuffers/flatbuffers.h:1509–1513  ·  view source on GitHub ↗

From generated code (or from the parser), we call StartTable/EndTable with a sequence of AddElement calls in between.

Source from the content-addressed store, hash-verified

1507 // From generated code (or from the parser), we call StartTable/EndTable
1508 // with a sequence of AddElement calls in between.
1509 uoffset_t StartTable() {
1510 NotNested();
1511 nested = true;
1512 return GetSize();
1513 }
1514
1515 // This finishes one serialized object by generating the vtable if it's a
1516 // table, comparing it against existing vtables, and writing the

Callers

nothing calls this directly

Calls 2

NotNestedFunction · 0.85
GetSizeFunction · 0.70

Tested by

no test coverage detected