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

Method ContentTypeIsSet

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

Source from the content-addressed store, hash-verified

85}
86
87bool BasicMessage::ContentTypeIsSet() const {
88 return m_impl->content_type.is_initialized();
89}
90
91void BasicMessage::ContentTypeClear() { m_impl->content_type.reset(); }
92

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected