| 292 | } |
| 293 | |
| 294 | [[nodiscard]] |
| 295 | constexpr auto get_env() const noexcept |
| 296 | { |
| 297 | return __attrs{}; |
| 298 | } |
| 299 | |
| 300 | // This transforms a task into an __awaiter that can perform symmetric transfer when |
| 301 | // co_awaited. |
no outgoing calls
no test coverage detected