Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(
    expr: &ValueExpr,
    variables: &HashMap<String, Value>,
) -> Result<Value, ExecutionError>
Expand description

Evaluate an expression with just a variable map (no local scope). This is a convenience wrapper for the common case.