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

Method UserIdIsSet

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

Source from the content-addressed store, hash-verified

248}
249
250bool BasicMessage::UserIdIsSet() const {
251 return m_impl->user_id.is_initialized();
252}
253
254void BasicMessage::UserIdClear() { m_impl->user_id.reset(); }
255

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected