Skip to main content

files_modified

Function files_modified 

Source
pub fn files_modified(
    base_commit: &Option<String>,
    is_ci: bool,
    pred: impl Fn(&str) -> bool,
) -> bool
Expand description

Returns true if any modified file matches the predicate, if we are in CI, or if unable to list modified files.