Skip to main content

is_file_changed

Function is_file_changed 

Source
pub fn is_file_changed(path: &str, path_hash: &HashMap<String, String>) -> bool
Expand description

Checks if a file has changed.

ยงArguments

  • path - The path of the file to check.
  • path_hash - The hashmap of paths and hashes.