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