Skip to main content

Function: shouldSyncSettingKey()

function shouldSyncSettingKey(key: string): boolean;

Defined in: electron/services/sync/syncEngineState.ts:330

Returns true when a given settings key should participate in cloud sync.

Parameters

key

string

Settings key from the local settings store.

Returns

boolean

Remarks

The sync engine persists internal bookkeeping under a reserved prefix. Those keys must never be written to the provider operation log.