MCPcopy 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
835bool isJavaFile(const QFileInfo& target)
836{
837 return (target.suffix().compare("jar", Qt::CaseInsensitive) == 0);
838}
839
840QFileInfo getCmdPath()
841{

Callers 2

getFileExecutionTypeFunction · 0.85
getFileExecutionContextFunction · 0.85

Calls 1

compareMethod · 0.80

Tested by

no test coverage detected