pub(crate) fn open_federated_atlas_stores_for_project(
selected_db: &Path,
selected_root: &Path,
selected_config: Option<&Path>,
roots: &[PathBuf],
control: &IndexWorkControl,
) -> Result<Vec<FederatedStore>, CliError>Expand description
Open an explicit ordered set of current project indexes without mutating any root.