MCPcopy Create free account
hub / github.com/COVESA/vsomeip / get_creation_time

Method get_creation_time

implementation/endpoints/src/tp_message.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217std::chrono::steady_clock::time_point tp_message::get_creation_time() const {
218 return timepoint_creation_;
219}
220
221std::string tp_message::get_message_id(const byte_t* const _data, std::uint32_t _data_length) {
222 std::stringstream ss;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected