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

Method Timestamp

src/BasicMessage.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209void BasicMessage::MessageIdClear() { m_impl->message_id.reset(); }
210
211boost::uint64_t BasicMessage::Timestamp() const {
212 return m_impl->timestamp.value_or(0);
213}
214void BasicMessage::Timestamp(boost::uint64_t timestamp) {
215 m_impl->timestamp = timestamp;
216}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected