Skip to main content

Module rollback

Module rollback 

Source

Structs§

RollbackResult
Result of rolling back patches for a single package.
VerifyRollbackResult
Result of verifying whether a single file can be rolled back.

Enums§

VerifyRollbackStatus
Status of a file rollback verification.

Functions§

rollback_file_patch
Rollback a single file to its original state. Writes the original content and verifies the resulting hash.
rollback_package_patch
Verify and rollback patches for a single package.
verify_file_rollback
Verify a single file can be rolled back.