Skip to main content

validate_var_values

Function validate_var_values 

Source
pub fn validate_var_values(
    vars: &HashMap<String, String>,
    declarations: &HashMap<String, Variable>,
) -> Result<(), Vec<ZigError>>
Expand description

Validate variable values against their declared constraints at runtime.

Called after init_vars and prompt binding, before step execution begins.