Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ MessageIdIsSet
Method
MessageIdIsSet
src/BasicMessage.cpp:205–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
bool BasicMessage::MessageIdIsSet() const {
206
return m_impl->message_id.is_initialized();
207
}
208
209
void BasicMessage::MessageIdClear() { m_impl->message_id.reset(); }
210
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected