Function yrs::ytransaction_pending_ds

source ·
#[no_mangle]
pub unsafe extern "C" fn ytransaction_pending_ds(
    txn: *const Transaction
) -> *mut YDeleteSet
Expand description

Returns an unapplied Delete Set for the current document, waiting for missing updates in order to be integrated into document store.

Return NULL if there’s no missing delete set and all deletions have been applied. See also: ytransaction_pending_update