MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / integratedAppImagesDestination

Function integratedAppImagesDestination

src/shared/shared.cpp:263–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263QDir integratedAppImagesDestination() {
264 auto config = getConfig();
265
266 if (config == nullptr)
267 return DEFAULT_INTEGRATION_DESTINATION;
268
269 static const QString keyName("AppImageLauncher/destination");
270 if (config->contains(keyName))
271 return config->value(keyName).toString();
272
273 return DEFAULT_INTEGRATION_DESTINATION;
274}
275
276class Mount {
277private:

Callers 10

PrivateDataMethod · 0.85
execMethod · 0.85
daemonDirectoriesToWatchFunction · 0.85
SettingsDialogMethod · 0.85
mainFunction · 0.85

Calls 1

getConfigFunction · 0.85

Tested by

no test coverage detected