| 139 | { |
| 140 | public: |
| 141 | constexpr __coroutine_handle() = default; |
| 142 | |
| 143 | constexpr __coroutine_handle(__std::coroutine_handle<_Promise> __coro) noexcept |
| 144 | : __coroutine_handle<>{__coro} |
nothing calls this directly
no outgoing calls
no test coverage detected