MCPcopy 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
1266client_t application_impl::get_client() const {
1267 return client_;
1268}
1269
1270void application_impl::set_client(const client_t& _client) {
1271 client_ = _client;

Callers 7

sendMethod · 0.45
create_responseMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
on_messageMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected