| 701 | |
| 702 | template<typename Protocol> |
| 703 | bool client_endpoint_impl<Protocol>::get_remote_address(boost::asio::ip::address& _address) const { |
| 704 | |
| 705 | (void)_address; |
| 706 | return false; |
| 707 | } |
| 708 | |
| 709 | template<typename Protocol> |
| 710 | std::uint16_t client_endpoint_impl<Protocol>::get_remote_port() const { |
no outgoing calls
no test coverage detected