MCPcopy Create free account
hub / github.com/SOUI2/soui / isArray

Method isArray

third-part/jsoncpp/src/lib_json/json_value.cpp:1414–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412bool Value::isString() const { return type_ == stringValue; }
1413
1414bool Value::isArray() const { return type_ == arrayValue; }
1415
1416bool Value::isObject() const { return type_ == objectValue; }
1417

Callers 5

parseMethod · 0.45
isMultilineArrayMethod · 0.45
json_value.cppFile · 0.45
resolveMethod · 0.45
checkIsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected