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

Method ClusterIdIsSet

src/BasicMessage.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool BasicMessage::ClusterIdIsSet() const {
285 return m_impl->cluster_id.is_initialized();
286}
287
288void BasicMessage::ClusterIdClear() { m_impl->cluster_id.reset(); }
289

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected