pub fn seed_repository_ref(seed: &SeedSpec) -> Option<&RepositoryRef>Expand description
The RepositoryRef a migrate-mode seed reads from, or None for blob mode.
Exhaustive helper so callers that only care about the CR-reference case
(referent watches, tenancy gates, credential resolution) do not each write
their own match.