Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1373
bool Value::isArray() const { return type() == arrayValue; }
1374
1375
bool Value::isObject() const { return type() == objectValue; }
1376
1377
Value::Comments::Comments(const Comments& that)
1378
: ptr_{cloneUnique(that.ptr_)} {}
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
field
Method · 0.80
serialize
Method · 0.80
ConditionHelper
Function · 0.80
VendorHelper
Function · 0.80
VersionHelper
Function · 0.80
cmStringCommand.cxx
File · 0.80
Calls
1
type
Class · 0.50
Tested by
3
testSerializeSpdxJson
Function · 0.64
TestPresetOptionalFilterIncludeIndexHelper
Function · 0.64
GenerateInstrumentationXML
Method · 0.64