filter_run_vars

Function filter_run_vars 

Source
pub fn filter_run_vars(env: &HashMap<String, String>) -> HashMap<String, String>
Expand description

Filters environment variables to only include run-related ones.

§Arguments

  • env - The full environment

§Returns

A filtered HashMap with only run-related variables