| 112 | } |
| 113 | |
| 114 | std::string NormalizePlatform(const std::string& platform) { |
| 115 | return platform.empty() ? std::string("x86_64") : platform; |
| 116 | } |
| 117 | |
| 118 | std::vector<ImageEntry> FilterImages(const std::vector<ImageEntry>& images, |
| 119 | const std::string& current_app_version) { |
no outgoing calls
no test coverage detected