| 3727 | } |
| 3728 | |
| 3729 | void routing_manager_impl::remove_pending_requests(pending_request_removal_type_e _removal_type, client_t _client, service_t _service, |
| 3730 | instance_t _instance) { |
| 3731 | std::scoped_lock its_lock{services_state_mutex_}; |
| 3732 | remove_pending_requests_unlocked(_removal_type, _client, _service, _instance); |
| 3733 | } |
| 3734 | |
| 3735 | void routing_manager_impl::remove_pending_requests_unlocked(pending_request_removal_type_e _removal_type, client_t _client, |
| 3736 | service_t _service, instance_t _instance) { |
no outgoing calls
no test coverage detected