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

Method ContentType

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

Source from the content-addressed store, hash-verified

81}
82
83void BasicMessage::ContentType(const std::string& content_type) {
84 m_impl->content_type = content_type;
85}
86
87bool BasicMessage::ContentTypeIsSet() const {
88 return m_impl->content_type.is_initialized();

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected