Skip to main content

changed_files_against_in

Function changed_files_against_in 

Source
pub fn changed_files_against_in(
    dir: &Path,
    reference: &str,
) -> Result<HashSet<String>>
Expand description

Dir-explicit variant of changed_files_against, for commands and tests that operate on an explicit project root instead of the process cwd.