View Source VacEngine.Processor.State (Vac Engine v1.1.1)

Processor state

Link to this section Summary

Functions

Convert heap into output format for returning result

Get value of variable (used by blueprint compiled code)

Set values of variables (used by blueprint compiled code)

Init with blueprint variables

Set value of variable (used by blueprint compiled code)

Link to this section Functions

Convert heap into output format for returning result

Link to this function

get_var(state, name_path)

View Source

Get value of variable (used by blueprint compiled code)

See VacEngine.Processor.State.Env.map_env/2.

See VacEngine.Processor.State.Input.map_input/2.

Link to this function

merge_vars(state, assigns)

View Source

Set values of variables (used by blueprint compiled code)

Init with blueprint variables

Link to this function

set_var(state, path, value)

View Source

Set value of variable (used by blueprint compiled code)