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

Function backfillTable

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

Source from the content-addressed store, hash-verified

77 const legacyTableRead = (c: TableConfig) => c.tableId ?? c.tableSelector ?? c.manualTableId
78 // Mirror of the migration 0253 backfill for table (canonical key is distinct).
79 const backfillTable = (c: TableConfig): TableConfig =>
80 c.tableId ? c : { ...c, tableId: c.tableSelector ?? c.manualTableId }
81
82 const tableShapes: TableConfig[] = [
83 { tableSelector: 'basic-only' },

Callers 1

canonical.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected