Skip to main content

changed_paths_for_diff

Function changed_paths_for_diff 

Source
pub fn changed_paths_for_diff(
    root_path: impl AsRef<Path>,
    base_ref: &str,
    head_ref: &str,
) -> Result<Vec<String>, CodeIndexError>
Expand description

Returns changed paths for impact analysis without mutating the code index.