| 81 | } |
| 82 | |
| 83 | bool Recorder::HasRecord() |
| 84 | { |
| 85 | return !(std::filesystem::is_empty(GetLocalDataFolder()) || |
| 86 | std::filesystem::directory_iterator{ GetLocalDataFolder() }->path().filename().string()[0] == 'D'); |
| 87 | } |
nothing calls this directly
no test coverage detected