| 21 | TFullModel Model; |
| 22 | |
| 23 | void BindParser(NLastGetopt::TOpts& parser) { |
| 24 | NCB::BindModelFileParams(&parser, &ModelPath, &ModelFormat); |
| 25 | } |
| 26 | |
| 27 | void LoadModel() { |
| 28 | CB_ENSURE(ModelPath.size() == 1, "Metadata manipulation requires exactly one model"); |
no outgoing calls
no test coverage detected