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

Method leave

implementation/endpoints/src/udp_server_endpoint_impl.cpp:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void udp_server_endpoint_impl::leave(const std::string& _address) {
514 VSOMEIP_INFO_P << instance_name_ << _address;
515 std::scoped_lock its_lock(sync_);
516 leave_unlocked(_address);
517}
518
519void udp_server_endpoint_impl::leave_unlocked(const std::string& _address) {
520 // The caller must hold the lock

Calls

no outgoing calls

Tested by

no test coverage detected