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

Method getObjectValue

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

Source from the content-addressed store, hash-verified

629}
630
631JsonObjectValue *JsonSchema::getObjectValue(const QString &name, JsonObjectValue *value)
632{
633 JsonValue *v = value->member(name);
634 if (!v)
635 return 0;
636
637 return v->toObject();
638}
639
640JsonBooleanValue *JsonSchema::getBooleanValue(const QString &name, JsonObjectValue *value)
641{

Callers

nothing calls this directly

Calls 1

memberMethod · 0.45

Tested by

no test coverage detected