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

Method clear_client_targets

implementation/endpoints/src/server_endpoint_impl.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252template<typename Protocol>
253void server_endpoint_impl<Protocol>::clear_client_targets() {
254 std::scoped_lock its_clients_lock{clients_mutex_};
255 clients_to_target_.clear();
256}
257
258template<typename Protocol>
259bool server_endpoint_impl<Protocol>::tp_segmentation_enabled(service_instance_t /*service_instance_*/, method_t /*_method*/) const {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected