| 62 | |
| 63 | template<typename Protocol> |
| 64 | bool server_endpoint_impl<Protocol>::is_established() const { |
| 65 | return true; |
| 66 | } |
| 67 | |
| 68 | template<typename Protocol> |
| 69 | bool server_endpoint_impl<Protocol>::is_established_or_connected() const { |
no outgoing calls
no test coverage detected