* * PROXY OUTBOUND CONNECTION * */
| 121 | * |
| 122 | */ |
| 123 | void ProxyOutboundConnection::post_ready() { |
| 124 | runner()->proxy_connection_is_ready(connection_id(), proxy_target_id()); |
| 125 | } |
| 126 | |
| 127 | /* |
| 128 | * |
nothing calls this directly
no test coverage detected