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

Method ReplyToIsSet

src/BasicMessage.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool BasicMessage::ReplyToIsSet() const {
170 return m_impl->reply_to.is_initialized();
171}
172
173void BasicMessage::ReplyToClear() { m_impl->reply_to.reset(); }
174

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected