MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / parse

Method parse

launcher/meta/VersionList.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void VersionList::parse(const QJsonObject& obj)
177{
178 parseVersionList(obj, this);
179}
180
181// FIXME: this is dumb, we have 'recommended' as part of the metadata already...
182static 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