Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
27
void next_message_result::set_error() {
28
error_ = true;
29
message_data_ = nullptr;
30
}
31
32
void next_message_result::clear() {
33
error_ = false;
Callers
1
next_message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected