Skip to main content

doctor_workspace

Function doctor_workspace 

Source
pub fn doctor_workspace(
    config_path: &Path,
    database_path: &Path,
) -> Result<DoctorReport, ApplicationError>
Expand description

Consolidates configuration, schema, integrity, and freshness diagnostics.

ยงErrors

Returns ApplicationError when required workspace or store observations cannot be loaded.