MCPcopy Create free account
hub / github.com/MultiMC/Launcher / parse

Method parse

launcher/meta/VersionList.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void VersionList::parse(const QJsonObject& obj)
170{
171 parseVersionList(obj, this);
172}
173
174// FIXME: this is dumb, we have 'recommended' as part of the metadata already...
175static const Meta::VersionPtr &getBetterVersion(const Meta::VersionPtr &a, const Meta::VersionPtr &b)

Callers

nothing calls this directly

Calls 1

parseVersionListFunction · 0.85

Tested by

no test coverage detected