| 78 | } |
| 79 | |
| 80 | bool task::contains_coroutine_handle() const noexcept { |
| 81 | return contains<details::coroutine_handle_functor>(); |
| 82 | } |
| 83 | |
| 84 | task::task() noexcept : m_buffer(), m_vtable(nullptr) {} |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected