MCPcopy
hub / github.com/remotely-save/remotely-save / SyncMetaMappingRecord

Interface SyncMetaMappingRecord

src/localdb.ts:38–49  ·  view source on GitHub ↗

* @deprecated * But we cannot remove it. Because we want to migrate the old data.

Source from the content-addressed store, hash-verified

36 * But we cannot remove it. Because we want to migrate the old data.
37 */
38interface SyncMetaMappingRecord {
39 localKey: string;
40 remoteKey: string;
41 localSize: number;
42 remoteSize: number;
43 localMtime: number;
44 remoteMtime: number;
45 remoteExtraKey: string;
46 remoteType: SUPPORTED_SERVICES_TYPE;
47 keyType: "folder" | "file";
48 vaultRandomID: string;
49}
50
51interface SyncPlanRecord {
52 ts: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected