Documentation
¶
Overview ¶
Package verify provides comprehensive repository verification and rebuild.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Issues []Issue
BlobsChecked int
BlobsOK int
BlobsFailed int
BlobsSkipped int
MissingRefs int
TablesRebuilt []string
Duration time.Duration
}
Report contains the results of a repository verification pass.
func Rebuild ¶
Rebuild reconstructs all derived tables from raw blob content. It first verifies blob integrity (read-only), then drops and rebuilds event/mlink/plink/tagxref/filename/leaf/unclustered/unsent in a single transaction.
Click to show internal directories.
Click to hide internal directories.