| 418 | } |
| 419 | |
| 420 | void FilesContainerW::Write(std::string const & fPath, Tag const & tag) |
| 421 | { |
| 422 | Write(ModelReaderPtr(std::make_unique<FileReader>(fPath)), tag); |
| 423 | } |
| 424 | |
| 425 | void FilesContainerW::Write(ModelReaderPtr reader, Tag const & tag) |
| 426 | { |
no test coverage detected