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

Function getBool

launcher/minecraft/auth/Parsers.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool getBool(QJsonValue value, bool & out) {
43 if(!value.isBool()) {
44 return false;
45 }
46 out = value.toBool();
47 return true;
48}
49
50/*
51{

Callers 1

parseRolloutResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected