Skip to main content

list_repository_registry

Function list_repository_registry 

Source
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.