| 798 | } |
| 799 | |
| 800 | void IOUtil::Save(const BaseData *data, const std::string &path, bool setPathProperty) { Save(data, path, IFileWriter::Options(), setPathProperty); } |
| 801 | void IOUtil::Save(const BaseData *data, const std::string &path, const IFileWriter::Options &options, bool setPathProperty) |
| 802 | { |
| 803 | Save(data, std::string(), path, options, setPathProperty); |
nothing calls this directly
no test coverage detected