Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1321
bool
1322
Value::isArray() const
1323
{
1324
return type_ == nullValue || type_ == arrayValue;
1325
}
1326
1327
1328
bool
Callers
4
parse
Method · 0.80
isMultineArray
Method · 0.80
json_value.cpp
File · 0.80
resolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected