MCPcopy
hub / github.com/remix-run/remix / text

Function text

packages/data-table/src/lib/column.ts:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 return new ColumnBuilder({ type: 'varchar', length })
349 },
350 text() {
351 return createColumnBuilder<string>('text')
352 },
353 integer() {
354 return createColumnBuilder<number>('integer')
355 },

Callers

nothing calls this directly

Calls 1

createColumnBuilderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…