Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ isMinecraftVersion
Function
isMinecraftVersion
launcher/minecraft/VersionFile.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include <Version.h>
12
13
static bool isMinecraftVersion(const QString &uid)
14
{
15
return uid ==
"net.minecraft"
;
16
}
17
18
void VersionFile::applyTo(LaunchProfile *profile)
19
{
Callers
1
applyTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected