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

Method getExtensionDir

src/main/client_context.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191std::string ClientContext::getExtensionDir() const {
192 return std::format("{}/.lbdb/extension/{}/{}/", clientConfig.homeDirectory,
193 LBUG_EXTENSION_VERSION, extension::getPlatform());
194}
195
196std::string ClientContext::getDatabasePath() const {
197 return localDatabase->databasePath;

Callers 4

isExtensionFileFunction · 0.80
installExtensionMethod · 0.80

Calls 1

getPlatformFunction · 0.85

Tested by

no test coverage detected