Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getPlatformService
Function · 0.90
getSecretKeyForBackend
Function · 0.90
sanitizeWebDavUrl
Function · 0.90
sanitizeWebDavRemoteRoot
Function · 0.90
createSyncBackend
Function · 0.90
sanitizeS3RemoteRoot
Function · 0.90
migrateLegacySyncConfig
Function · 0.85
persistCurrentConfigUpdate
Function · 0.85
loadPersistedSyncRuntimeState
Function · 0.85
loadStoredBackendConfig
Function · 0.85
getExistingBackendConfig
Function · 0.85
persistBackendConfig
Function · 0.85
Tested by
no test coverage detected