Skip to main content

check_if_mergable

Function check_if_mergable 

Source
pub(crate) fn check_if_mergable(
    new: &Directory<CustomMetadata>,
    current_inode: &Inode<CustomMetadata>,
    current_path: &Path,
    diff: &mut Diff,
) -> Result<()>