Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
bool BasicMessage::TimestampIsSet() const {
219
return m_impl->timestamp.is_initialized();
220
}
221
222
void BasicMessage::TimestampClear() { m_impl->timestamp.reset(); }
223
Callers
1
CreateAmqpProperties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected