MCPcopy Create free account
hub / github.com/Illumina/paragraph / isObject

Method isObject

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

Source from the content-addressed store, hash-verified

3883bool Value::isArray() const { return type_ == arrayValue; }
3884
3885bool Value::isObject() const { return type_ == objectValue; }
3886
3887void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3888 if (!comments_)

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected