fn resolution_registry_from_persisted(
project: ProjectInstanceId,
generation: IndexGeneration,
candidates: Vec<RepositoryResolutionCandidate>,
replaced_paths: &BTreeSet<String>,
control: &IndexWorkControl,
) -> Result<ProjectResolutionRegistry, CliError>Expand description
Rebind unaffected persisted candidates to the pending graph generation.