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

Method DeliveryModeIsSet

src/BasicMessage.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool BasicMessage::DeliveryModeIsSet() const {
120 return m_impl->delivery_mode.is_initialized();
121}
122
123void BasicMessage::DeliveryModeClear() { m_impl->delivery_mode.reset(); }
124

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected