Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ merge
Method
merge
launcher/meta/Version.cpp:88–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Meta::Version::merge(const VersionPtr &other)
89
{
90
mergeFromList(other);
91
if(other->m_data)
92
{
93
setData(other->m_data);
94
}
95
}
96
97
QString Meta::Version::localFilename() const
98
{
Callers
nothing calls this directly
Calls
1
setData
Function · 0.85
Tested by
no test coverage detected