MCPcopy Create free account
hub / github.com/cinder/Cinder / isObject

Method isObject

src/jsoncpp/jsoncpp.cpp:2714–2714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2712bool Value::isArray() const { return type_ == arrayValue; }
2713
2714bool Value::isObject() const { return type_ == objectValue; }
2715
2716void Value::setComment(const char* comment, CommentPlacement placement) {
2717 if (!comments_)

Callers 15

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80
JsonTreeMethod · 0.80
initMethod · 0.80
xFunction · 0.80
jFunction · 0.80
EFunction · 0.80
underscore.min.jsFile · 0.80
augmentControllerFunction · 0.80
path2dpart3.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected