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

Method TypeIsSet

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

Source from the content-addressed store, hash-verified

232void BasicMessage::Type(const std::string& type) { m_impl->type = type; }
233
234bool BasicMessage::TypeIsSet() const { return m_impl->type.is_initialized(); }
235
236void BasicMessage::TypeClear() { m_impl->type.reset(); }
237

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected