| 640 | } |
| 641 | |
| 642 | [[nodiscard]] |
| 643 | constexpr auto get_env() const noexcept |
| 644 | { |
| 645 | return __env{this}; |
| 646 | } |
| 647 | |
| 648 | // When no allocator passed to the coroutine: |
| 649 | static void* operator new(size_t __bytes) |
no outgoing calls
no test coverage detected