Function debian_analyzer::editor::tree_check_generated_file

source ·
pub fn tree_check_generated_file(
    tree: &dyn MutableTree,
    path: &Path,
) -> Result<(), GeneratedFile>
Expand description

Check if a file is generated from another file.

§Arguments

  • path - Path to the file to check

§Errors

  • GeneratedFile - when a generated file is found