MCPcopy Index your code
hub / github.com/Kitware/CMake / isArray

Method isArray

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

Source from the content-addressed store, hash-verified

1371bool Value::isString() const { return type() == stringValue; }
1372
1373bool Value::isArray() const { return type() == arrayValue; }
1374
1375bool Value::isObject() const { return type() == objectValue; }
1376

Callers 15

testSerializeSpdxJsonFunction · 0.80
parseMethod · 0.80
isMultilineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80
deserializeMethod · 0.80
arrayMethod · 0.80
InitFromInfoMethod · 0.80
HandleJSONCommandFunction · 0.80
cmLoadFlagTableSpecialFunction · 0.80
cmLoadFlagTableJsonFunction · 0.80

Calls 1

typeClass · 0.50

Tested by 2

testSerializeSpdxJsonFunction · 0.64
HandleCDashUploadFileMethod · 0.64