Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ isMinecraftVersion
Function
isMinecraftVersion
launcher/minecraft/VersionFile.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
#include <Version.h>
48
49
static bool isMinecraftVersion(const QString& uid)
50
{
51
return uid ==
"net.minecraft"
;
52
}
53
54
void VersionFile::applyTo(LaunchProfile* profile, const RuntimeContext& runtimeContext)
55
{
Callers
1
applyTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected