Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ get_client
Method
get_client
implementation/runtime/src/application_impl.cpp:1266–1268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1264
}
1265
1266
client_t application_impl::get_client() const {
1267
return client_;
1268
}
1269
1270
void application_impl::set_client(const client_t& _client) {
1271
client_ = _client;
Callers
7
check_static_header_fields
Method · 0.45
send
Method · 0.45
create_response
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
on_message
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected