Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
bool JavaVersion::isModular() const
58
{
59
return m_parseable && m_major >= 9;
60
}
61
62
bool JavaVersion::operator<(const JavaVersion& rhs)
63
{
Callers
1
javaArguments
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected