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