Skip to main content

Function: calculateSiteSyncDelta()

calculateSiteSyncDelta(previousSites: Site[], nextSites: Site[]): SiteSyncDelta

Defined in: src/stores/sites/siteSyncDelta.ts:18

Calculates the site synchronization delta scoped to the renderer store.

Parametersโ€‹

previousSitesโ€‹

Site[]

Snapshot of sites before synchronization.

nextSitesโ€‹

Site[]

Snapshot of sites after synchronization.

Returnsโ€‹

SiteSyncDelta

Structured delta describing the differences between snapshots.

Remarksโ€‹

Thin wrapper around the shared delta utility that keeps historical imports working while allowing store-level helpers to evolve independently.