| 1193 | return operationResult; |
| 1194 | } |
| 1195 | |
| 1196 | Result AwaitLoopWakeUpAwaiter::await_resume() |
| 1197 | { |
| 1198 | clearCancellation(continuation, this); |
| 1199 | return operationResult; |
| 1200 | } |
| 1201 |
nothing calls this directly
no outgoing calls
no test coverage detected