| 151 | bool Backup(const std::string& dest) const override; |
| 152 | |
| 153 | std::string Filename() override { return m_file_path; } |
| 154 | /** Return paths to all database created files */ |
| 155 | std::vector<fs::path> Files() override |
| 156 | { |
no outgoing calls
no test coverage detected