Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getString
Function
getString
launcher/minecraft/auth/Parsers.cpp:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
bool getString(QJsonValue value, QString& out)
21
{
22
if (!value.isString()) {
23
return false;
24
}
25
out = value.toString();
26
return true;
27
}
28
29
bool getNumber(QJsonValue value, double& out)
30
{
Callers
7
fromJSON
Method · 0.85
parseXTokenResponse
Function · 0.85
parseMinecraftProfile
Function · 0.85
parseMinecraftProfileMojang
Function · 0.85
parseMinecraftEntitlements
Function · 0.85
parseRolloutResponse
Function · 0.85
parseMojangResponse
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected