| 71 | if (spec.required) { |
| 72 | add_model_file(spec.id, spec.relative_path); |
| 73 | continue; |
| 74 | } |
| 75 | (void) add_optional_model_file(spec.id, spec.relative_path); |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | const std::filesystem::path & ResourceBundle::model_root() const noexcept { |
| 80 | return model_root_; |
| 81 | } |
| 82 |
no test coverage detected