| 1267 | operationResult = result.isValid(); |
| 1268 | continuation.resume(); |
| 1269 | }; |
| 1270 | |
| 1271 | operationResult = request.start(await.asyncEventLoop(), socket, address); |
| 1272 | return operationResult; |
| 1273 | } |
| 1274 | |
| 1275 | Result AwaitSocketConnectAwaiter::await_resume() |
nothing calls this directly
no outgoing calls
no test coverage detected