| 2036 | } |
| 2037 | |
| 2038 | Result AwaitFileReadUntilFullOrEOFAwaiter::cancel(void* object, AwaitEventLoop& eventLoop) |
| 2039 | { |
| 2040 | return static_cast<AwaitFileReadUntilFullOrEOFAwaiter*>(object)->cancel(eventLoop); |
| 2041 | } |
| 2042 | |
| 2043 | Result AwaitFileReadUntilFullOrEOFAwaiter::cancel(AwaitEventLoop& eventLoop) |
| 2044 | { |
nothing calls this directly
no outgoing calls
no test coverage detected