FileSyncStateStore

JSON file at path, written atomically (temp + rename). A corrupt or absent file is an empty state; the next sync self-heals from the remote listing.

Constructors

Link copied to clipboard
constructor(path: String)

Functions

Link copied to clipboard
open override fun clear()
Link copied to clipboard
open override fun load(): SyncState
Link copied to clipboard
open override fun save(state: SyncState)