| 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 |
no test coverage detected