MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / isObject

Method isObject

Source/ThirdParty/jsoncpp/src/lib_json/json_value.cpp:1416–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414bool Value::isArray() const { return type_ == arrayValue; }
1415
1416bool Value::isObject() const { return type_ == objectValue; }
1417
1418void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
1419 if (!comments_)

Callers 4

parseMethod · 0.80
isMultilineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected