MCPcopy Create free account
hub / github.com/albertlauncher/albert / configLocation

Method configLocation

src/plugin/plugininstance.cpp:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{ return App::cacheLocation() / d->loader->metadata().id.toStdString(); }
38
39filesystem::path PluginInstance::configLocation() const
40{ return App::configLocation() / d->loader->metadata().id.toStdString(); }
41
42filesystem::path PluginInstance::dataLocation() const
43{ return App::dataLocation() / d->loader->metadata().id.toStdString(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected