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

Method get_type

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

Source from the content-addressed store, hash-verified

502}
503
504value::type_t value::get_type() const
505{
506 if(not x)
507 return null_type;
508 return x->get_type();
509}
510
511bool operator==(const value& x, const value& y)
512{

Callers 5

is_arrayMethod · 0.45
is_objectMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45
visitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected