MCPcopy Create free account
hub / github.com/simstudioai/sim / legacyDriveRead

Function legacyDriveRead

apps/sim/lib/webhooks/polling/canonical.test.ts:43–43  ·  view source on GitHub ↗
(c: GoogleDriveConfig)

Source from the content-addressed store, hash-verified

41 }
42 // The exact pre-change Google Drive poller read (basic key === canonical key).
43 const legacyDriveRead = (c: GoogleDriveConfig) => c.folderId || c.manualFolderId
44 // Mirror of the migration 0253 backfill: fill the canonical key basic-first
45 // ONLY when absent. For Drive the canonical key IS the basic key (folderId).
46 const backfillDrive = (c: GoogleDriveConfig): GoogleDriveConfig =>

Callers 1

canonical.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected