MCPcopy 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
197void VersionList::mergeFromIndex(const VersionListPtr &other)
198{
199 if (m_name != other->m_name)
200 {
201 setName(other->m_name);
202 }
203}
204
205void VersionList::merge(const VersionListPtr &other)
206{

Callers 1

mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected