Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ applyString
Function
applyString
launcher/minecraft/LaunchProfile.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
static void applyString(const QString& from, QString& to)
59
{
60
if (from.isEmpty())
61
return;
62
to = from;
63
}
64
65
void LaunchProfile::applyMinecraftVersion(const QString& id)
66
{
Callers
5
applyMinecraftVersion
Method · 0.85
applyAppletClass
Method · 0.85
applyMainClass
Method · 0.85
applyMinecraftArguments
Method · 0.85
applyMinecraftVersionType
Method · 0.85
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected