Function reth_revm::interpreter::instructions::contract::calc_call_gas

pub fn calc_call_gas<SPEC>(
    interpreter: &mut Interpreter,
    account_load: AccountLoad,
    has_transfer: bool,
    local_gas_limit: u64,
) -> Option<u64>
where SPEC: Spec,