MCPcopy
hub / github.com/codedogQBY/ReadAny / shouldRunSyncCleanup

Function shouldRunSyncCleanup

packages/core/src/sync/simple-sync.ts:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106function shouldRunSyncCleanup(): boolean {
107 try {
108 return getPlatformService().isDesktop;
109 } catch (err) {
110 console.warn("[Sync] Failed to check platform for sync cleanup:", err);
111 return false;
112 }
113}
114
115const tableColumnCache = new Map<string, Set<string>>();
116

Callers 2

collectChangesFunction · 0.85
applyChangesFunction · 0.85

Calls 1

getPlatformServiceFunction · 0.90

Tested by

no test coverage detected