MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getExtensionFilePath

Function getExtensionFilePath

src/extension/extension.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static 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
187ExtensionRepoInfo ExtensionUtils::getExtensionLibRepoInfo(const std::string& extensionName,
188 const std::string& extensionRepo) {

Calls 2

getPlatformFunction · 0.85
getExtensionRepoInfoFunction · 0.85

Tested by

no test coverage detected