MCPcopy Create free account
hub / github.com/Kitware/CMake / isObject

Method isObject

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1375–1375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373bool Value::isArray() const { return type() == arrayValue; }
1374
1375bool Value::isObject() const { return type() == objectValue; }
1376
1377Value::Comments::Comments(const Comments& that)
1378 : ptr_{cloneUnique(that.ptr_)} {}

Callers 15

testSerializeSpdxJsonFunction · 0.80
parseMethod · 0.80
isMultilineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80
deserializeMethod · 0.80
fieldMethod · 0.80
serializeMethod · 0.80
ConditionHelperFunction · 0.80
VendorHelperFunction · 0.80
VersionHelperFunction · 0.80

Calls 1

typeClass · 0.50