Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
830
bool isExeFile(const QFileInfo& target)
831
{
832
return (target.suffix().compare(
"exe"
, Qt::CaseInsensitive) == 0);
833
}
834
835
bool isJavaFile(const QFileInfo& target)
836
{
Callers
2
getFileExecutionType
Function · 0.85
getFileExecutionContext
Function · 0.85
Calls
1
compare
Method · 0.80
Tested by
no test coverage detected