Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isJavaFile
Function
isJavaFile
src/spawn.cpp:835–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
833
}
834
835
bool isJavaFile(const QFileInfo& target)
836
{
837
return (target.suffix().compare(
"jar"
, Qt::CaseInsensitive) == 0);
838
}
839
840
QFileInfo getCmdPath()
841
{
Callers
2
getFileExecutionType
Function · 0.85
getFileExecutionContext
Function · 0.85
Calls
1
compare
Method · 0.80
Tested by
no test coverage detected