| 16 | return false; |
| 17 | } |
| 18 | ::std::coroutine_handle<> await_suspend( |
| 19 | ::std::coroutine_handle<>) noexcept { |
| 20 | return awaiter; |
| 21 | } |
| 22 | void await_resume() noexcept { |
| 23 | return; |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected