Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ isArray
Method
isArray
Sources/Dependencies/jsoncpp/value.cpp:1566–1568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1564
}
1565
1566
bool Value::isArray() const {
1567
return type() == arrayValue;
1568
}
1569
1570
bool Value::isObject() const {
1571
return type() == objectValue;
Callers
7
value.cpp
File · 0.80
resolve
Method · 0.80
isMultilineArray
Method · 0.80
parse
Method · 0.80
GetVector2iFromJson
Function · 0.80
RequestMetadata
Method · 0.80
FillServerConfigurationFromFile
Method · 0.80
Calls
1
type
Class · 0.85
Tested by
no test coverage detected