MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / isObject

Method isObject

Source/JSON/jsoncpp.cpp:3429–3429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3427bool Value::isArray() const { return type_ == arrayValue; }
3428
3429bool Value::isObject() const { return type_ == objectValue; }
3430
3431void Value::setComment(const char* comment, size_t len, CommentPlacement placement) {
3432 if (!comments_)

Callers 4

parseMethod · 0.45
jsoncpp.cppFile · 0.45
resolveMethod · 0.45
isMultineArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected