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

Function loadShareCodeMod

launcher/modplatform/atlauncher/ATLShareCode.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ATLauncher {
24
25static void loadShareCodeMod(ShareCodeMod& m, QJsonObject& obj)
26{
27 m.selected = Json::requireBoolean(obj, "selected");
28 m.name = Json::requireString(obj, "name");
29}
30
31static void loadShareCode(ShareCode& c, QJsonObject& obj)
32{

Callers 1

loadShareCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected