MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / canRunFile

Function canRunFile

src/modinfodialog.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool canRunFile(bool isArchive, const QString& filename)
59{
60 // can run executables that are not archives
61 return !isArchive && isExecutableFilename(filename);
62}
63
64bool canOpenFile(bool isArchive, const QString& filename)
65{

Callers

nothing calls this directly

Calls 1

isExecutableFilenameFunction · 0.85

Tested by

no test coverage detected