| 607 | } |
| 608 | |
| 609 | constexpr auto get_env() const noexcept -> __env_t<_Env> const & |
| 610 | { |
| 611 | return __state_->__env_; |
| 612 | } |
| 613 | |
| 614 | __future_state_base<_Completions, _Env>* __state_; |
| 615 | __impl const * __scope_; |
no outgoing calls
no test coverage detected