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

Function isAppImage

src/shared/shared.cpp:1125–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125bool isAppImage(const QString& path) {
1126 const auto type = appimage_get_type(path.toUtf8(), false);
1127 return type > 0 && type <= 2;
1128}
1129
1130QString which(const std::string& name) {
1131 std::vector<char> command(4096);

Callers 2

execMethod · 0.85
execMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected