MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / get_env

Function get_env

include/exec/async_scope.hpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers 3

get_envMethod · 0.70
__complete_Method · 0.70
async_scope.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected