Skip to main content

apply_dispatch

Function apply_dispatch 

Source
fn apply_dispatch<FEN: FoundryEvmNetwork>(
    calls: &VmCalls,
    ccx: &mut CheatsCtxt<'_, '_, FEN>,
    executor: &mut dyn CheatcodesExecutor<FEN>,
) -> Result
Expand description

Dispatches the cheatcode call to the appropriate function.