Skip to main content

extend_bounded_identity_rejections_with_drop_paths

Function extend_bounded_identity_rejections_with_drop_paths 

Source
fn extend_bounded_identity_rejections_with_drop_paths(
    target: &mut Vec<GraphIdentityRejection>,
    target_keys: &mut BTreeSet<IdentityRejectionKey>,
    incoming: impl IntoIterator<Item = GraphIdentityRejection>,
    dropped_paths: &mut BTreeSet<String>,
) -> Result<u64, CliError>
Expand description

Merge typed details and retain the exact paths that lost a distinct row.