MCPcopy Create free account
hub / github.com/KDE/kdevelop / getBooleanValue

Method getBooleanValue

plugins/qmljs/3rdparty/qtcreator-libs/utils/json.cpp:640–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640JsonBooleanValue *JsonSchema::getBooleanValue(const QString &name, JsonObjectValue *value)
641{
642 JsonValue *v = value->member(name);
643 if (!v)
644 return 0;
645
646 return v->toBoolean();
647}
648
649JsonArrayValue *JsonSchema::getArrayValue(const QString &name, JsonObjectValue *value)
650{

Callers

nothing calls this directly

Calls 1

memberMethod · 0.45

Tested by

no test coverage detected