Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ TEST_CASE
Function
TEST_CASE
test/value_test.cpp:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
};
36
37
TEST_CASE(value_default_construct)
38
{
39
migraphx::value v;
40
EXPECT(v.is_null());
41
EXPECT(v.get_key().empty());
42
}
43
44
TEST_CASE(value_construct_null)
45
{
Callers
nothing calls this directly
Calls
15
iota
Function · 0.85
is_null_type
Function · 0.85
contains
Function · 0.85
is_null
Method · 0.80
get_float
Method · 0.80
is_object
Method · 0.80
is_array
Method · 0.80
without_key
Method · 0.80
front
Method · 0.80
at
Method · 0.80
back
Method · 0.80
emplace
Method · 0.80
Tested by
no test coverage detected