pub async fn verify_file_rollback(
pkg_path: &Path,
file_name: &str,
file_info: &PatchFileInfo,
blobs_path: &Path,
) -> VerifyRollbackResultExpand description
Verify a single file can be rolled back.
A file is ready for rollback if:
- The file exists on disk.
- The before-hash blob exists in the blobs directory.
- Its current hash matches the afterHash (patched state).