MCPcopy 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
13static bool isMinecraftVersion(const QString &uid)
14{
15 return uid == "net.minecraft";
16}
17
18void VersionFile::applyTo(LaunchProfile *profile)
19{

Callers 1

applyToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected