MCPcopy
hub / github.com/codedogQBY/ReadAny / sync-store.ts

File sync-store.ts

packages/core/src/stores/sync-store.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Shared sync store — manages sync configuration and state for multiple backends.
3 * Supports WebDAV, S3, and LAN sync.
4 * Used by both desktop (Tauri) and mobile (Expo).

Callers

nothing calls this directly

Calls 15

getPlatformServiceFunction · 0.90
getSecretKeyForBackendFunction · 0.90
sanitizeWebDavUrlFunction · 0.90
sanitizeWebDavRemoteRootFunction · 0.90
createSyncBackendFunction · 0.90
sanitizeS3RemoteRootFunction · 0.90
migrateLegacySyncConfigFunction · 0.85
loadStoredBackendConfigFunction · 0.85
getExistingBackendConfigFunction · 0.85
persistBackendConfigFunction · 0.85

Tested by

no test coverage detected