Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alanxz/SimpleAmqpClient
/ DeliveryModeIsSet
Method
DeliveryModeIsSet
src/BasicMessage.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
bool BasicMessage::DeliveryModeIsSet() const {
120
return m_impl->delivery_mode.is_initialized();
121
}
122
123
void BasicMessage::DeliveryModeClear() { m_impl->delivery_mode.reset(); }
124
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected