| 178 | } |
| 179 | |
| 180 | static ExtensionRepoInfo getExtensionFilePath(const std::string& extensionName, |
| 181 | const std::string& extensionRepo, const std::string& fileName) { |
| 182 | auto extensionURL = std::format(ExtensionUtils::EXTENSION_FILE_REPO_PATH, extensionRepo, |
| 183 | LBUG_EXTENSION_VERSION, getPlatform(), extensionName, fileName); |
| 184 | return getExtensionRepoInfo(extensionURL); |
| 185 | } |
| 186 | |
| 187 | ExtensionRepoInfo ExtensionUtils::getExtensionLibRepoInfo(const std::string& extensionName, |
| 188 | const std::string& extensionRepo) { |
no test coverage detected