Skip to main content

with_evm_context

Function with_evm_context 

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