Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ parse
Method
parse
launcher/meta/Version.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void Meta::Version::parse(const QJsonObject& obj)
53
{
54
parseVersion(obj, this);
55
}
56
57
void Meta::Version::mergeFromList(const Meta::VersionPtr& other)
58
{
Callers
nothing calls this directly
Calls
1
parseVersion
Function · 0.85
Tested by
no test coverage detected