pub fn list_workspace_registry(
database_path: &Path,
) -> Result<Vec<WorkspaceRegistryItem>, ApplicationError>Expand description
Lists persisted workspaces without mutating or migrating the database.
ยงErrors
Returns ApplicationError when the database or registry cannot be read.