Skip to main content

with_evm_context

Function with_evm_context 

Source
pub fn with_evm_context<F: FnOnce(&mut EvmContext<'_>, &mut EvmStack, &mut usize) -> R, R>(
    bytecode: &[u8],
    spec_id: SpecId,
    f: F,
) -> R
Available on crate features __fuzzing only.