MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / if_array_impl

Function if_array_impl

src/value.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237const std::string& value::get_key() const { return key; }
238
239static std::vector<value>* if_array_impl(const std::shared_ptr<value_base_impl>& x)
240{
241 if(x == nullptr)
242 return nullptr;
243 return x->if_array();
244}
245
246static std::vector<value>& get_array_impl(const std::shared_ptr<value_base_impl>& x)
247{

Callers 5

value.cppFile · 0.85
find_implFunction · 0.85
sizeMethod · 0.85
dataMethod · 0.85
object_rangeFunction · 0.85

Calls 1

if_arrayMethod · 0.45

Tested by

no test coverage detected