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

Method TimestampIsSet

src/BasicMessage.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool BasicMessage::TimestampIsSet() const {
219 return m_impl->timestamp.is_initialized();
220}
221
222void BasicMessage::TimestampClear() { m_impl->timestamp.reset(); }
223

Callers 1

CreateAmqpPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected