Function nu_engine::get_eval_block_with_early_return

source ยท
pub fn get_eval_block_with_early_return(
    engine_state: &EngineState,
) -> EvalBlockWithEarlyReturnFn
Expand description

Helper function to fetch eval_block_with_early_return() with the correct type parameter based on whether engine_state is configured with or without a debugger.