MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / 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
49static bool isMinecraftVersion(const QString &uid)
50{
51 return uid == "net.minecraft";
52}
53
54void VersionFile::applyTo(LaunchProfile *profile, const RuntimeContext & runtimeContext)
55{

Callers 1

applyToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected