pub fn list_repository_registry(
database_path: &Path,
workspace: &str,
) -> Result<Vec<RepositoryRecord>, ApplicationError>Expand description
Lists repository registrations for one persisted workspace.
ยงErrors
Returns ApplicationError when the database or workspace registry cannot be read.