Skip to main content

clear_pending_deletions

Function clear_pending_deletions 

Source
fn clear_pending_deletions(
    ctx: &Arc<AppContext>,
    album_id: &str,
    remote_set: &HashSet<String>,
    to_upload: &[LocalEntry],
    local_paths: &HashSet<String>,
)