Function revm::interpreter::instructions::contract::call_code

source ยท
pub fn call_code<H, SPEC>(interpreter: &mut Interpreter, host: &mut H)
where H: Host + ?Sized, SPEC: Spec,