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

Function makeTable

apps/sim/lib/table/workflow-columns.test.ts:21–33  ·  view source on GitHub ↗
(groups: WorkflowGroup[])

Source from the content-addressed store, hash-verified

19}
20
21function makeTable(groups: WorkflowGroup[]): TableDefinition {
22 return {
23 id: 'tbl1',
24 name: 'T',
25 schema: { columns: [], workflowGroups: groups },
26 rowCount: 1,
27 maxRows: 1000,
28 workspaceId: 'ws1',
29 createdBy: 'u1',
30 createdAt: new Date(),
31 updatedAt: new Date(),
32 }
33}
34
35function makeRow(
36 executions: Record<string, RowExecutionMetadata>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected