MCPcopy Create free account
hub / github.com/Samsung/UTopia / isObject

Method isObject

external/jsoncpp/jsoncpp.cpp:3804–3804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3802bool Value::isArray() const { return type() == arrayValue; }
3803
3804bool Value::isObject() const { return type() == objectValue; }
3805
3806Value::Comments::Comments(const Comments &that)
3807 : ptr_{cloneUnique(that.ptr_)} {}

Callers 5

fromJsonMethod · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected