MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getBool

Function getBool

launcher/minecraft/auth/Parsers.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool getBool(QJsonValue value, bool& out)
48{
49 if (!value.isBool()) {
50 return false;
51 }
52 out = value.toBool();
53 return true;
54}
55
56/*
57{

Callers 1

parseRolloutResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected