Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyString
Function
applyString
launcher/minecraft/LaunchProfile.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
static void applyString(const QString & from, QString & to)
22
{
23
if(from.isEmpty())
24
return;
25
to = from;
26
}
27
28
void LaunchProfile::applyMinecraftVersion(const QString& id)
29
{
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.80
Tested by
no test coverage detected