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

Function Finish

Libs/flatbuffers/flatbuffers.h:2227–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225 /// will be prefixed with a standard FlatBuffers file header.
2226 template<typename T>
2227 void Finish(Offset<T> root, const char *file_identifier = nullptr) {
2228 Finish(root.o, file_identifier, false);
2229 }
2230
2231 /// @brief Finish a buffer with a 32 bit size field pre-fixed (size of the
2232 /// buffer following the size field). These buffers are NOT compatible

Callers 1

FinishSizePrefixedFunction · 0.70

Calls 6

NotNestedFunction · 0.85
PreAlignFunction · 0.85
PushBytesFunction · 0.85
PushElementFunction · 0.85
ReferToFunction · 0.85
GetSizeFunction · 0.70

Tested by

no test coverage detected