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

Method MessageIdIsSet

src/BasicMessage.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205bool BasicMessage::MessageIdIsSet() const {
206 return m_impl->message_id.is_initialized();
207}
208
209void BasicMessage::MessageIdClear() { m_impl->message_id.reset(); }
210

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected