MCPcopy Create free account
hub / github.com/alanxz/SimpleAmqpClient / BytesToString

Function BytesToString

src/ChannelImpl.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61namespace {
62
63std::string BytesToString(amqp_bytes_t bytes) {
64 return std::string(reinterpret_cast<char *>(bytes.bytes), bytes.len);
65}
66
67void SetMessageProperties(BasicMessage &mes,
68 const amqp_basic_properties_t &props) {

Callers 1

SetMessagePropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected