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

Method getArrayValue

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

Source from the content-addressed store, hash-verified

647}
648
649JsonArrayValue *JsonSchema::getArrayValue(const QString &name, JsonObjectValue *value)
650{
651 JsonValue *v = value->member(name);
652 if (!v)
653 return 0;
654
655 return v->toArray();
656}
657
658JsonDoubleValue *JsonSchema::getDoubleValue(const QString &name, JsonObjectValue *value)
659{

Callers

nothing calls this directly

Calls 1

memberMethod · 0.45

Tested by

no test coverage detected