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

Function isExeFile

src/spawn.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830bool isExeFile(const QFileInfo& target)
831{
832 return (target.suffix().compare("exe", Qt::CaseInsensitive) == 0);
833}
834
835bool isJavaFile(const QFileInfo& target)
836{

Callers 2

getFileExecutionTypeFunction · 0.85
getFileExecutionContextFunction · 0.85

Calls 1

compareMethod · 0.80

Tested by

no test coverage detected