Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ ReplyToIsSet
Method
ReplyToIsSet
src/BasicMessage.cpp:169–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
bool BasicMessage::ReplyToIsSet() const {
170
return m_impl->reply_to.is_initialized();
171
}
172
173
void BasicMessage::ReplyToClear() { m_impl->reply_to.reset(); }
174
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected