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

Method getExtensionLoaderRepoInfo

src/extension/extension.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192ExtensionRepoInfo ExtensionUtils::getExtensionLoaderRepoInfo(const std::string& extensionName,
193 const std::string& extensionRepo) {
194 return getExtensionFilePath(extensionName, extensionRepo,
195 getExtensionFileName(extensionName + EXTENSION_LOADER_SUFFIX));
196}
197
198ExtensionRepoInfo ExtensionUtils::getExtensionInstallerRepoInfo(const std::string& extensionName,
199 const std::string& extensionRepo) {

Callers

nothing calls this directly

Calls 1

getExtensionFilePathFunction · 0.85

Tested by

no test coverage detected