Skip to main content

resolve_variable_value

Function resolve_variable_value 

Source
pub fn resolve_variable_value(
    location: &DebugVarLocation,
    stack: &[Felt],
    get_memory: impl Fn(u32) -> Option<Felt>,
    get_local: impl Fn(i16) -> Option<Felt>,
) -> Option<Felt>
Expand description

Resolve a debug variable’s value given its location and the current VM state.