Function is_file_declared_from_other_file

Source
fn is_file_declared_from_other_file(
    entry: &DirEntry,
    file_stem: &str,
    file_path: &Path,
) -> Result<bool>