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

Method isObject

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4094–4094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4092bool Value::isArray() const { return type() == arrayValue; }
4093
4094bool Value::isObject() const { return type() == objectValue; }
4095
4096Value::Comments::Comments(const Comments &that) : ptr_{cloneUnique(that.ptr_)} {}
4097

Callers 5

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

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected