Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
bool BasicMessage::ClusterIdIsSet() const {
285
return m_impl->cluster_id.is_initialized();
286
}
287
288
void BasicMessage::ClusterIdClear() { m_impl->cluster_id.reset(); }
289
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected