Skip to main content

pre_eval_suppress_warnings

Function pre_eval_suppress_warnings 

Source
fn pre_eval_suppress_warnings(
    args: &[Arg],
    env: &Environment,
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Evaluate an expression, suppressing all warning conditions.

@param expr the expression to evaluate @return the result of expr with warnings silenced