Expand description
Repository integrity checking (fsck).
Provides full repository integrity verification:
- HEAD validity
- Commit chain integrity
- Metadata bundle validation
- Shard existence and decryption
- Index validation
- Stale lock detection
Structs§
- Commit
Health Report - Detailed health report for a single commit.
- Detailed
Fsck Result - Extended fsck result with per-commit health reports.
- Fsck
Options - Options for the integrity check.
- Fsck
Result - Result of a repository integrity check.
- Fsck
Stats - Statistics from the integrity check.
- Fsck
Summary - Summary statistics from enhanced fsck.
- Recovery
Boundary - The recovery boundary - the newest commit where all ancestors are healthy.
Enums§
- Commit
Health - Health status of a single commit.
- Fsck
Error - Critical errors found during integrity check.
- Fsck
Warning - Non-critical warnings found during integrity check.
Functions§
- fsck
- Run full repository integrity check.
- fsck_
detailed - Run enhanced repository integrity check with per-commit health reports.