Skip to main content

cleanup_long_string_tail

Function cleanup_long_string_tail 

Source
fn cleanup_long_string_tail<CTX>(
    ecx: &mut CTX,
    target: Address,
    base_slot: U256,
    new_len: usize,
) -> Result<()>
where CTX: ContextTr<Db: Database<Error = DatabaseError>, Journal: JournalExt>,