| 53 | static const char* CURRENT_CORE_FORMAT_STRING = "FlabuffersModel_v1"; |
| 54 | |
| 55 | void OutputModel(const TFullModel& model, IOutputStream* const out) { |
| 56 | Save(out, model); |
| 57 | } |
| 58 | |
| 59 | void OutputModel(const TFullModel& model, const TStringBuf modelFile) { |
| 60 | TOFStream f(TString{modelFile}); // {} because of the most vexing parse |
no test coverage detected