| 1722 | } |
| 1723 | |
| 1724 | Result AwaitSocketReceiveExactAwaiter::cancel(void* object, AwaitEventLoop& eventLoop) |
| 1725 | { |
| 1726 | return static_cast<AwaitSocketReceiveExactAwaiter*>(object)->cancel(eventLoop); |
| 1727 | } |
| 1728 | |
| 1729 | Result AwaitSocketReceiveExactAwaiter::cancel(AwaitEventLoop& eventLoop) |
| 1730 | { |
nothing calls this directly
no outgoing calls
no test coverage detected