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

Method ContentEncodingClear

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

Source from the content-addressed store, hash-verified

107}
108
109void BasicMessage::ContentEncodingClear() { m_impl->content_encoding.reset(); }
110
111BasicMessage::delivery_mode_t BasicMessage::DeliveryMode() const {
112 return m_impl->delivery_mode.value_or(dm_notset);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected