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

Method get_message

implementation/endpoints/src/tp_message.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213message_buffer_t tp_message::get_message() {
214 return std::move(message_);
215}
216
217std::chrono::steady_clock::time_point tp_message::get_creation_time() const {
218 return timepoint_creation_;

Callers 3

process_tp_messageMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected