class

Memvid::DoctorReport

Inherits JSON::Serializable < Reference < Object

Doctor report.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

clean?

Returns true if the file is clean (no repairs needed).

Source
failed?

Returns true if the doctor failed.

Source
findings
Source
findings=(findings : Array(DoctorFinding))
Source
healed?

Returns true if repairs were successfully applied.

Source
metrics
Source
metrics=(metrics : DoctorMetrics)
Source
phases
Source
phases=(phases : Array(DoctorPhaseReport))
Source
plan
Source
plan=(plan : DoctorPlan)
Source
status
Source
status=(status : DoctorStatus)
Source
verification
Source
verification=(verification : VerificationReport | Nil)
Source