| 4277 | } |
| 4278 | bool is_connected() override { return false; } |
| 4279 | entity_addr_t get_peer_socket_addr() const override { |
| 4280 | return socket_addr; |
| 4281 | } |
| 4282 | |
| 4283 | private: |
| 4284 | FRIEND_MAKE_REF(AnonConnection); |
no outgoing calls
no test coverage detected