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

Method PriorityIsSet

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

Source from the content-addressed store, hash-verified

131}
132
133bool BasicMessage::PriorityIsSet() const {
134 return m_impl->priority.is_initialized();
135}
136
137void BasicMessage::PriorityClear() { m_impl->priority.reset(); }
138

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected