Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ mcVersions
Method
mcVersions
launcher/minecraft/mod/Mod.cpp:277–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
auto Mod::mcVersions() const -> QStringList
278
{
279
if (metadata())
280
return metadata()->mcVersions;
281
return {};
282
}
283
284
auto Mod::licenses() const -> const QList<ModLicense>&
285
{
Callers
2
compare
Method · 0.80
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected