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