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

Method isArray

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

Source from the content-addressed store, hash-verified

3800bool Value::isString() const { return type() == stringValue; }
3801
3802bool Value::isArray() const { return type() == arrayValue; }
3803
3804bool Value::isObject() const { return type() == objectValue; }
3805

Callers 4

parseMethod · 0.45
jsoncpp.cppFile · 0.45
resolveMethod · 0.45
isMultilineArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected