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

Function to_msgpack

src/msgpack.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232};
233
234void to_msgpack(const value& v, std::function<void(const char*, std::size_t)> writer)
235{
236 writer_stream ws{std::move(writer)};
237 msgpack::pack(ws, v);
238}
239
240std::vector<char> to_msgpack(const value& v)
241{

Callers 4

TEST_CASEFunction · 0.85
save_argumentFunction · 0.85
save_bufferFunction · 0.85
compile_hip_srcFunction · 0.85

Calls 1

packFunction · 0.50

Tested by

no test coverage detected