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

Function toTableRow

apps/sim/lib/table/workflow-columns.ts:315–327  ·  view source on GitHub ↗
(
  r: typeof userTableRowsTable.$inferSelect,
  executions: RowExecutions = {}
)

Source from the content-addressed store, hash-verified

313}
314
315export function toTableRow(
316 r: typeof userTableRowsTable.$inferSelect,
317 executions: RowExecutions = {}
318): TableRow {
319 return {
320 id: r.id,
321 data: r.data as RowData,
322 executions,
323 position: r.position,
324 createdAt: r.createdAt,
325 updatedAt: r.updatedAt,
326 }
327}
328
329export interface WorkflowGroupCellPayload {
330 tableId: string

Callers 1

dispatcherStepFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected