MCPcopy Create free account
hub / github.com/Illumina/hap.py / isArray

Method isArray

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

Source from the content-addressed store, hash-verified

2740bool Value::isString() const { return type_ == stringValue; }
2741
2742bool Value::isArray() const { return type_ == arrayValue; }
2743
2744bool Value::isObject() const { return type_ == objectValue; }
2745

Callers 5

putMethod · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected