MCPcopy Create free account
hub / github.com/Illumina/hap.py / isObject

Method isObject

external/jsoncpp/jsoncpp.cpp:2744–2744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2742bool Value::isArray() const { return type_ == arrayValue; }
2743
2744bool Value::isObject() const { return type_ == objectValue; }
2745
2746void Value::setComment(const char *comment, CommentPlacement placement) {
2747 if (!comments_)

Callers 4

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected