Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
value::type_t value::get_type() const
505
{
506
if(not x)
507
return null_type;
508
return x->get_type();
509
}
510
511
bool operator==(const value& x, const value& y)
512
{
Callers
5
is_array
Method · 0.45
is_object
Method · 0.45
operator==
Function · 0.45
operator<
Function · 0.45
visit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected