MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / parse

Method parse

launcher/meta/Index.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

validateMethod · 0.45
executeTaskMethod · 0.45

Calls 1

parseIndexFunction · 0.85

Tested by

no test coverage detected