MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / isArray

Method isArray

Source/ThirdParty/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 4

parseMethod · 0.80
isMultilineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected