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

Function TEST_CASE

test/msgpack.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64TEST_CASE(test_msgpack_empty_value)
65{
66 migraphx::value v;
67 auto buffer = migraphx::to_msgpack(v);
68 auto mp = migraphx::from_msgpack(buffer);
69 EXPECT(mp == v);
70 EXPECT(v.is_null());
71 EXPECT(mp.is_null());
72}
73
74TEST_CASE(test_msgpack_int)
75{

Callers

nothing calls this directly

Calls 13

to_msgpackFunction · 0.85
from_msgpackFunction · 0.85
msgpack_bufferFunction · 0.85
iotaFunction · 0.85
generateFunction · 0.85
is_nullMethod · 0.80
is_arrayMethod · 0.80
get_binaryMethod · 0.80
fillFunction · 0.50
all_ofFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected