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

Method saveToJson

launcher/minecraft/auth/MinecraftAccount.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152QJsonObject MinecraftAccount::saveToJson() const
153{
154 return data.saveState();
155}
156
157AccountState MinecraftAccount::accountState() const {
158 return data.accountState;

Callers 1

saveListMethod · 0.80

Calls 1

saveStateMethod · 0.80

Tested by

no test coverage detected