MCPcopy Create free account
hub / github.com/PlayFab/gsdk / isObject

Method isObject

cpp/cppsdk/jsoncpp.cpp:3910–3910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3908bool Value::isArray() const { return type_ == arrayValue; }
3909
3910bool Value::isObject() const { return type_ == objectValue; }
3911
3912void Value::setComment(const char* comment,
3913 size_t len,

Callers 5

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80
GenerateReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected