fn is_fs_crypt_detected()

in src/distro.rs [553:555]


    fn is_fs_crypt_detected(partitions: &[PartInfo]) -> bool {
        partitions.iter().any(|part| part.fstype == "crypt?")
    }