Skip to main content

create_env

Function create_env 

Source
pub fn create_env(
    policy: &ShellEnvironmentPolicy,
    thread_id: Option<&str>,
) -> HashMap<String, String>
Expand description

Construct a shell environment from the supplied process environment and shell-environment policy.