pub fn has_v2_sync_baseline(
cfg: &HubConfig,
brain: &str,
checkout: &Path,
) -> LinkResult<bool>Expand description
Whether this exact hub/brain/path coordinate has an accepted v2 sync
baseline. CLI dispatch uses this to keep checkout identity sticky even when
a damaged DB.md makes strict store-open fail.