| 21 | |
| 22 | public: |
| 23 | coroutine_handle_functor() noexcept : m_coro_handle() {} |
| 24 | |
| 25 | coroutine_handle_functor(const coroutine_handle_functor&) = delete; |
| 26 | coroutine_handle_functor& operator=(const coroutine_handle_functor&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected