MCPcopy Index your code
hub / github.com/simstudioai/sim / generateColumnId

Function generateColumnId

apps/sim/lib/table/column-keys.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 * effectively impossible, so no uniqueness check is needed.
38 */
39export function generateColumnId(): string {
40 return `col_${generateId().replace(/-/g, '')}`
41}
42
43/**
44 * Matches a column against a reference that may be a stable id (first-party

Callers 8

addTableColumnsWithTxFunction · 0.90
addWorkflowGroupFunction · 0.90
updateWorkflowGroupFunction · 0.90
addWorkflowGroupOutputFunction · 0.90
addTableColumnFunction · 0.90
route.tsFile · 0.90
withGeneratedColumnIdsFunction · 0.85

Calls 2

generateIdFunction · 0.90
replaceMethod · 0.65

Tested by

no test coverage detected