foundry_evm_core::backend

Function merge_db_account_data

Source
fn merge_db_account_data<ExtDB: DatabaseRef>(
    addr: Address,
    active: &CacheDB<ExtDB>,
    fork_db: &mut CacheDB<SharedBackend>,
)
Expand description

Clones the account data from the active db into the ForkDB