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

Method getStringValue

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

Source from the content-addressed store, hash-verified

620}
621
622JsonStringValue *JsonSchema::getStringValue(const QString &name, JsonObjectValue *value)
623{
624 JsonValue *v = value->member(name);
625 if (!v)
626 return 0;
627
628 return v->toString();
629}
630
631JsonObjectValue *JsonSchema::getObjectValue(const QString &name, JsonObjectValue *value)
632{

Callers 1

__builtin_dom.jsFile · 0.80

Calls 2

memberMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected