Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1371
bool Value::isString() const { return type() == stringValue; }
1372
1373
bool Value::isArray() const { return type() == arrayValue; }
1374
1375
bool Value::isObject() const { return type() == objectValue; }
1376
Callers
15
testSerializeSpdxJson
Function · 0.80
parse
Method · 0.80
isMultilineArray
Method · 0.80
json_value.cpp
File · 0.80
resolve
Method · 0.80
deserialize
Method · 0.80
array
Method · 0.80
InitFromInfo
Method · 0.80
cmStringCommand.cxx
File · 0.80
HandleJSONCommand
Function · 0.80
cmLoadFlagTableSpecial
Function · 0.80
cmLoadFlagTableJson
Function · 0.80
Calls
1
type
Class · 0.50
Tested by
2
testSerializeSpdxJson
Function · 0.64
HandleCDashUploadFile
Method · 0.64