MCPcopy Create free account
hub / github.com/Illumina/paragraph / isArray

Method isArray

external/jsoncpp/jsoncpp.cpp:3883–3883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3881bool Value::isString() const { return type_ == stringValue; }
3882
3883bool Value::isArray() const { return type_ == arrayValue; }
3884
3885bool Value::isObject() const { return type_ == objectValue; }
3886

Callers 4

parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected