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

Method parse

launcher/meta/Index.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Index::parse(const QJsonObject& obj)
102{
103 parseIndex(obj, this);
104}
105
106void Index::merge(const std::shared_ptr<Index> &other)
107{

Callers 1

validateMethod · 0.45

Calls 1

parseIndexFunction · 0.85

Tested by

no test coverage detected