| 1511 | } |
| 1512 | } |
| 1513 | client_t endpoint_manager_impl::get_client() const { |
| 1514 | return router_->get_client(); |
| 1515 | } |
| 1516 | |
| 1517 | std::string endpoint_manager_impl::get_client_host() const { |
| 1518 | return router_->get_client_host(); |
no outgoing calls
no test coverage detected