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

Method UserId

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

Source from the content-addressed store, hash-verified

244}
245
246void BasicMessage::UserId(const std::string& user_id) {
247 m_impl->user_id = user_id;
248}
249
250bool BasicMessage::UserIdIsSet() const {
251 return m_impl->user_id.is_initialized();

Callers 2

CreateAmqpPropertiesFunction · 0.80
SetMessagePropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected