MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / isObject

Method isObject

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

Source from the content-addressed store, hash-verified

3823bool Value::isArray() const { return type_ == arrayValue; }
3824
3825bool Value::isObject() const { return type_ == objectValue; }
3826
3827void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3828 if (!comments_)

Callers 14

textMessageReceivedMethod · 0.80
fromJsonMethod · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80
textMessageReceivedMethod · 0.80
xFunction · 0.80
jFunction · 0.80
EFunction · 0.80
underscore.jsFile · 0.80
kity.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected