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

Method if_array

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

Source from the content-addressed store, hash-verified

216 return *r;
217}
218const std::vector<value>* value::if_array() const { return x ? x->if_array() : nullptr; }
219
220bool value::is_object() const { return x ? x->get_type() == object_type : false; }
221const std::vector<value>& value::get_object() const

Callers 4

insertMethod · 0.95
value.cppFile · 0.45
if_objectMethod · 0.45
if_array_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected