MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / isObject

Method isObject

Sources/Dependencies/jsoncpp/value.cpp:1570–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568 }
1569
1570 bool Value::isObject() const {
1571 return type() == objectValue;
1572 }
1573
1574 Value::Comments::Comments(const Comments& that)
1575 : ptr_ { cloneUnique(that.ptr_) } {

Callers 6

value.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80
parseMethod · 0.80
RequestMetadataMethod · 0.80
ProcessInboundFrameMethod · 0.80

Calls 1

typeClass · 0.85

Tested by

no test coverage detected