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