Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/ONE
/ isArray
Method
isArray
runtime/3rdparty/jsoncpp/jsoncpp.cpp:4092–4092 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4090
bool Value::isString() const { return type() == stringValue; }
4091
4092
bool Value::isArray() const { return type() == arrayValue; }
4093
4094
bool Value::isObject() const { return type() == objectValue; }
4095
Callers
9
read
Function · 0.80
TEST_F
Function · 0.80
argArrayToMap
Function · 0.80
argArrayToMap
Function · 0.80
handleShapeJsonParam
Function · 0.80
parse
Method · 0.80
jsoncpp.cpp
File · 0.80
resolve
Method · 0.80
isMultilineArray
Method · 0.80
Calls
1
type
Function · 0.50
Tested by
1
TEST_F
Function · 0.64