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

Function hasAlreadyBeenIntegrated

src/shared/shared.cpp:1011–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011bool hasAlreadyBeenIntegrated(const QString& pathToAppImage) {
1012 return appimage_is_registered_in_system(pathToAppImage.toStdString().c_str());
1013}
1014
1015bool isInDirectory(const QString& pathToAppImage, const QDir& directory) {
1016 return directory == QFileInfo(pathToAppImage).absoluteDir();

Callers 3

execMethod · 0.85
execMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected