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

Function isInDirectory

src/shared/shared.cpp:1015–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015bool isInDirectory(const QString& pathToAppImage, const QDir& directory) {
1016 return directory == QFileInfo(pathToAppImage).absoluteDir();
1017}
1018
1019bool cleanUpOldDesktopIntegrationResources(bool verbose) {
1020 auto dirPath = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/applications";

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected