| 169 | } |
| 170 | |
| 171 | void Persistence::Internal::clear(color_ostream& out) { |
| 172 | CoreSuspender suspend; |
| 173 | |
| 174 | store.clear(); |
| 175 | entry_cache.clear(); |
| 176 | next_entry_id = 0; |
| 177 | next_fake_df_id = -101; |
| 178 | } |
| 179 | |
| 180 | static std::string filterSaveFileName(std::string s) { |
| 181 | for (auto &ch : s) { |
no outgoing calls
no test coverage detected