Skip to main content

check_objects_exist

Function check_objects_exist 

Source
pub(super) async fn check_objects_exist(
    client: &Client,
    objects: &BTreeSet<ObjectId>,
) -> Result<BTreeSet<ObjectId>, ConnectionError>
Expand description

Check which objects from a set exist in the production database.