()
| 37 | * effectively impossible, so no uniqueness check is needed. |
| 38 | */ |
| 39 | export 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 |
no test coverage detected