MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / isModular

Method isModular

launcher/java/JavaVersion.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool JavaVersion::isModular() const
62{
63 return m_parseable && m_major >= 9;
64}
65
66bool JavaVersion::operator<(const JavaVersion& rhs) const
67{

Callers 1

javaArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected