MCPcopy 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
37TEST_CASE(value_default_construct)
38{
39 migraphx::value v;
40 EXPECT(v.is_null());
41 EXPECT(v.get_key().empty());
42}
43
44TEST_CASE(value_construct_null)
45{

Callers

nothing calls this directly

Calls 15

iotaFunction · 0.85
is_null_typeFunction · 0.85
containsFunction · 0.85
is_nullMethod · 0.80
get_floatMethod · 0.80
is_objectMethod · 0.80
is_arrayMethod · 0.80
without_keyMethod · 0.80
frontMethod · 0.80
atMethod · 0.80
backMethod · 0.80
emplaceMethod · 0.80

Tested by

no test coverage detected