| 190 | } |
| 191 | |
| 192 | ExtensionRepoInfo ExtensionUtils::getExtensionLoaderRepoInfo(const std::string& extensionName, |
| 193 | const std::string& extensionRepo) { |
| 194 | return getExtensionFilePath(extensionName, extensionRepo, |
| 195 | getExtensionFileName(extensionName + EXTENSION_LOADER_SUFFIX)); |
| 196 | } |
| 197 | |
| 198 | ExtensionRepoInfo ExtensionUtils::getExtensionInstallerRepoInfo(const std::string& extensionName, |
| 199 | const std::string& extensionRepo) { |
nothing calls this directly
no test coverage detected