Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
void BasicMessage::UserId(const std::string& user_id) {
247
m_impl->user_id = user_id;
248
}
249
250
bool BasicMessage::UserIdIsSet() const {
251
return m_impl->user_id.is_initialized();
Callers
2
CreateAmqpProperties
Function · 0.80
SetMessageProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected