MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / isArray

Method isArray

Sources/Dependencies/jsoncpp/value.cpp:1566–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564 }
1565
1566 bool Value::isArray() const {
1567 return type() == arrayValue;
1568 }
1569
1570 bool Value::isObject() const {
1571 return type() == objectValue;

Callers 7

value.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80
parseMethod · 0.80
GetVector2iFromJsonFunction · 0.80
RequestMetadataMethod · 0.80

Calls 1

typeClass · 0.85

Tested by

no test coverage detected