MCPcopy Create free account
hub / github.com/78/tenbox / NormalizePlatform

Function NormalizePlatform

src/common/image_source.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FilterImagesFunction · 0.85
StartImageDownloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected