pub fn workspace_sync_targets(
config_path: &Path,
overrides: &ScanOverrides,
) -> Result<Vec<SyncTarget>, ApplicationError>Expand description
Resolves and validates the repository checkouts selected for synchronization.
ยงErrors
Returns ApplicationError when the manifest, repository selection, or checkout registry is
invalid.