Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_array
Method
is_array
src/value.cpp:211–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
bool value::is_array() const { return x ? x->get_type() == array_type : false; }
212
const std::vector<value>& value::value::get_array() const
213
{
214
const auto* r = this->if_array();
Callers
11
from_value_op
Function · 0.80
TEST_CASE
Function · 0.80
TEST_CASE
Function · 0.80
TEST_CASE
Function · 0.80
TEST_CASE
Function · 0.80
make_op_from_value
Function · 0.80
value_to_json
Function · 0.80
normalize_attributes
Function · 0.80
load
Method · 0.80
from_value_op
Function · 0.80
serialize.hpp
File · 0.80
Calls
1
get_type
Method · 0.45
Tested by
3
TEST_CASE
Function · 0.64
TEST_CASE
Function · 0.64
TEST_CASE
Function · 0.64