Skip to main content

Variable: INTERNAL_DOC_IDS

const INTERNAL_DOC_IDS: readonly string[];

Defined in: packages/client/src/core/sync/internal-docs.ts:29

Document identifiers that are device-local in full.

  • ~system carries this database's dbInfo, startupTime and, critically, the schemaVersion that ClientStack.checkSystem reads on every mount.
  • ~crypto-engine-config is the marker that pins a database to its encryption setting; a peer's copy says nothing about this one.
  • lastDocId is a local id counter.