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