pub fn partition_changed_paths_for_selector(
registration: &CodeRepositoryRegistration,
selector: &CodeRepositorySelector,
paths: Vec<String>,
) -> Result<CodeImpactPathGroups, CodeIndexError>Expand description
Splits diff paths by the same selector rules used by indexing and impact.