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

Function Finished

Libs/flatbuffers/flatbuffers.h:1384–1391  ·  view source on GitHub ↗

@cond FLATBUFFERS_INTERNAL

Source from the content-addressed store, hash-verified

1382
1383 /// @cond FLATBUFFERS_INTERNAL
1384 void Finished() const {
1385 // If you get this assert, you're attempting to get access a buffer
1386 // which hasn't been finished yet. Be sure to call
1387 // FlatBufferBuilder::Finish with your root table.
1388 // If you really need to access an unfinished buffer, call
1389 // GetCurrentBufferPointer instead.
1390 FLATBUFFERS_ASSERT(finished);
1391 }
1392 /// @endcond
1393
1394 /// @brief In order to save space, fields that are set to their default value

Callers 7

flexbuffers.hFile · 0.85
GetBufferPointerFunction · 0.85
GetBufferSpanFunction · 0.85
ReleaseBufferPointerFunction · 0.85
ReleaseFunction · 0.85
ReleaseRawFunction · 0.85
GetBufferMinAlignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected