Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setName
Method
setName
launcher/meta/VersionList.cpp:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void VersionList::setName(const QString &name)
151
{
152
m_name = name;
153
emit nameChanged(name);
154
}
155
156
void VersionList::setVersions(const QVector<VersionPtr> &versions)
157
{
Callers
10
setLookupAddress
Method · 0.45
install
Method · 0.45
install
Method · 0.45
run
Method · 0.45
createInstance
Method · 0.45
install
Method · 0.45
createInstance
Method · 0.45
parseIndexInternal
Function · 0.45
parseVersionListInternal
Function · 0.45
createInstance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected