MCPcopy Create free account
hub / github.com/Samsung/ONE / isArray

Method isArray

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4092–4092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4090bool Value::isString() const { return type() == stringValue; }
4091
4092bool Value::isArray() const { return type() == arrayValue; }
4093
4094bool Value::isObject() const { return type() == objectValue; }
4095

Callers 9

readFunction · 0.80
TEST_FFunction · 0.80
argArrayToMapFunction · 0.80
argArrayToMapFunction · 0.80
handleShapeJsonParamFunction · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80

Calls 1

typeFunction · 0.50

Tested by 1

TEST_FFunction · 0.64