Skip to main content

partition_cluster_replica_drops

Function partition_cluster_replica_drops 

Source
fn partition_cluster_replica_drops(
    clusters_with_creates: &BTreeSet<ClusterId>,
    drops: Vec<(ClusterId, ReplicaId)>,
) -> (Vec<(ClusterId, ReplicaId)>, Vec<(ClusterId, ReplicaId)>)