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

Method ContentEncodingIsSet

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

Source from the content-addressed store, hash-verified

103}
104
105bool BasicMessage::ContentEncodingIsSet() const {
106 return m_impl->content_encoding.is_initialized();
107}
108
109void BasicMessage::ContentEncodingClear() { m_impl->content_encoding.reset(); }
110

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected