Function: buildDesiredSitesFromSyncState()
function buildDesiredSitesFromSyncState(
siteState: Readonly<Record<string, CloudSyncEntityState>>
): Record<string, CloudSyncSiteConfig>;
Defined in: electron/services/sync/syncEngineState.ts:487
Derives the desired site configs from the merged cloud sync state.
Parameters
siteState
Readonly<Record<string, CloudSyncEntityState>>
Cloud sync site entity map.
Returns
Record<string, CloudSyncSiteConfig>