Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
QJsonObject MinecraftAccount::saveToJson() const
153
{
154
return data.saveState();
155
}
156
157
AccountState MinecraftAccount::accountState() const {
158
return data.accountState;
Callers
1
saveList
Method · 0.80
Calls
1
saveState
Method · 0.80
Tested by
no test coverage detected