fn apply_dispatch<CTX: EthCheatCtx>(
calls: &VmCalls,
ccx: &mut CheatsCtxt<'_, CTX>,
executor: &mut dyn CheatcodesExecutor<CTX>,
) -> ResultExpand description
Dispatches the cheatcode call to the appropriate function.
fn apply_dispatch<CTX: EthCheatCtx>(
calls: &VmCalls,
ccx: &mut CheatsCtxt<'_, CTX>,
executor: &mut dyn CheatcodesExecutor<CTX>,
) -> ResultDispatches the cheatcode call to the appropriate function.