Skip to main content

register_expected_call

Function register_expected_call 

Source
pub(crate) fn register_expected_call(
    expected_calls: &mut Vec<ExpectedCall>,
    cx: &mut SymCx,
    expected: ExpectedCall,
) -> Result<(), &'static str>
Expand description

Registers an expected call using the concrete cheatcode’s keyed-additive semantics.