MCPcopy Create free account
hub / github.com/Kitware/VTK / isArray

Method isArray

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3811–3811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3809bool Value::isString() const { return type() == stringValue; }
3810
3811bool Value::isArray() const { return type() == arrayValue; }
3812
3813bool Value::isObject() const { return type() == objectValue; }
3814

Callers 15

ProcessDataFieldsMethod · 0.80
ProcessColumnOrderingMethod · 0.80
GetPointFromJSONFunction · 0.80
GetIntArrayFunction · 0.80
GetUIntArrayFunction · 0.80
GetFloatArrayFunction · 0.80
GetDoubleArrayFunction · 0.80
GetDataElementsFunction · 0.80
ProcessJSONMethod · 0.80
ParseRootMethod · 0.80
ExtractMultiPointMethod · 0.80

Calls 1

typeEnum · 0.50

Tested by

no test coverage detected