| 16 | } |
| 17 | |
| 18 | std::filesystem::path resolve_model_file( |
| 19 | const std::filesystem::path & model_root, |
| 20 | const std::filesystem::path & relative_path) { |
| 21 | return require_model_root(model_root) / relative_path; |
| 22 | } |
| 23 | |
| 24 | } // namespace |
| 25 |
no test coverage detected