MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Finish

Function Finish

native/thirdpart/flatbuffers/flatbuffers.h:2115–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113 /// will be prefixed with a standard FlatBuffers file header.
2114 template<typename T>
2115 void Finish(Offset<T> root, const char *file_identifier = nullptr) {
2116 Finish(root.o, file_identifier, false);
2117 }
2118
2119 /// @brief Finish a buffer with a 32 bit size field pre-fixed (size of the
2120 /// 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