| 3806 | } |
| 3807 | |
| 3808 | bool routing_manager_impl::send_event(client_t _client, std::shared_ptr<message> _message, bool _force) { |
| 3809 | return send_notification(_client, _message, _force); |
| 3810 | } |
| 3811 | |
| 3812 | services_t routing_manager_impl::get_services_remote() const { |
| 3813 | std::scoped_lock its_lock(services_remote_mutex_); |
no outgoing calls
no test coverage detected