Skip to main content

apply_dispatch

Function apply_dispatch 

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

Dispatches the cheatcode call to the appropriate function.