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

Method set_error

implementation/endpoints/src/local_receive_buffer.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 error_ = false;
26}
27void next_message_result::set_error() {
28 error_ = true;
29 message_data_ = nullptr;
30}
31
32void next_message_result::clear() {
33 error_ = false;

Callers 1

next_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected