| 47 | } |
| 48 | |
| 49 | static ui32 GetModelFormatDescriptor() { |
| 50 | return *reinterpret_cast<const ui32*>(MODEL_FILE_DESCRIPTOR_CHARS); |
| 51 | } |
| 52 | |
| 53 | static const char* CURRENT_CORE_FORMAT_STRING = "FlabuffersModel_v1"; |
| 54 |
no outgoing calls
no test coverage detected