Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ creation_time
Method
creation_time
cpp/src/message.cpp:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
void message::creation_time(timestamp t) {
208
pn_message_set_creation_time(pn_msg(), t.milliseconds());
209
}
210
timestamp message::creation_time() const {
211
return timestamp(pn_message_get_creation_time(pn_msg()));
212
}
Callers
2
test_message_defaults
Function · 0.45
test_message_properties
Function · 0.45
Calls
4
pn_message_set_creation_time
Function · 0.85
pn_message_get_creation_time
Function · 0.85
timestamp
Class · 0.50
milliseconds
Method · 0.45
Tested by
2
test_message_defaults
Function · 0.36
test_message_properties
Function · 0.36