MCPcopy Create free account
hub / github.com/cuberite/cuberite / isArray

Method isArray

lib/jsoncpp/src/lib_json/json_value.cpp:1321–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319
1320
1321bool
1322Value::isArray() const
1323{
1324 return type_ == nullValue || type_ == arrayValue;
1325}
1326
1327
1328bool

Callers 4

parseMethod · 0.80
isMultineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected