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

Method getDoubleValue

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

Source from the content-addressed store, hash-verified

656}
657
658JsonDoubleValue *JsonSchema::getDoubleValue(const QString &name, JsonObjectValue *value)
659{
660 JsonValue *v = value->member(name);
661 if (!v)
662 return 0;
663
664 return v->toDouble();
665}
666
667
668///////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

memberMethod · 0.45

Tested by

no test coverage detected