MCPcopy Create free account
hub / github.com/cinder/Cinder / isArray

Method isArray

src/jsoncpp/jsoncpp.cpp:2712–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2710bool Value::isString() const { return type_ == stringValue; }
2711
2712bool Value::isArray() const { return type_ == arrayValue; }
2713
2714bool Value::isObject() const { return type_ == objectValue; }
2715

Callers 15

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80
JsonTreeMethod · 0.80
initMethod · 0.80
jquery.jsFile · 0.80
propFilterFunction · 0.80
buildParamsFunction · 0.80
lunr.min.jsFile · 0.80
underscore.min.jsFile · 0.80
SFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected