MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / isObject

Method isObject

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

Source from the content-addressed store, hash-verified

3789bool Value::isArray() const { return type_ == arrayValue; }
3790
3791bool Value::isObject() const { return type_ == objectValue; }
3792
3793void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3794 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