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

Method isObject

vrclient_x64/jsoncpp.cpp:3790–3790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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