Skip to main content

has_env_references

Function has_env_references 

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

Check if any environment variables use $E: references

Useful for validation and debugging to see which vars will be resolved at runtime.