Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ mergeFromIndex
Method
mergeFromIndex
launcher/meta/VersionList.cpp:197–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
void VersionList::mergeFromIndex(const VersionListPtr &other)
198
{
199
if (m_name != other->m_name)
200
{
201
setName(other->m_name);
202
}
203
}
204
205
void VersionList::merge(const VersionListPtr &other)
206
{
Callers
1
merge
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected