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

Method ContentTypeClear

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

Source from the content-addressed store, hash-verified

89}
90
91void BasicMessage::ContentTypeClear() { m_impl->content_type.reset(); }
92
93const std::string& BasicMessage::ContentEncoding() const {
94 if (ContentEncodingIsSet()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected