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

Method Type

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

Source from the content-addressed store, hash-verified

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

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected