MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / isModular

Method isModular

launcher/java/JavaVersion.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool JavaVersion::isModular() const
58{
59 return m_parseable && m_major >= 9;
60}
61
62bool JavaVersion::operator<(const JavaVersion& rhs)
63{

Callers 1

javaArgumentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected