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

Method CorrelationIdIsSet

src/BasicMessage.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool BasicMessage::CorrelationIdIsSet() const {
152 return m_impl->correlation_id.is_initialized();
153}
154
155void BasicMessage::CorrelationIdClear() { m_impl->correlation_id.reset(); }
156

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected