Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ parse
Method
parse
launcher/meta/Index.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void Index::parse(const QJsonObject& obj)
97
{
98
parseIndex(obj, this);
99
}
100
101
void Index::merge(const std::shared_ptr<Index> &other)
102
{
Callers
1
validate
Method · 0.45
Calls
1
parseIndex
Function · 0.85
Tested by
no test coverage detected