| 34 | } |
| 35 | |
| 36 | inline std::string MakeSizeInformation(const size_t free_space, const size_t total_space) { |
| 37 | return fs::FormatSize(free_space) + " " + cfg::Strings.GetString(221) + " / " + fs::FormatSize(total_space); |
| 38 | } |
| 39 | |
| 40 | } |
| 41 |
no test coverage detected