eval_object_literal

Function eval_object_literal 

Source
pub fn eval_object_literal<F>(
    fields: &[ObjectField],
    eval_expr: F,
) -> Result<Value, InterpreterError>
Expand description

Evaluate object/struct literal creation

ยงComplexity

Cyclomatic complexity: 6 (within Toyota Way limits)