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

Function makeCellsForClear

apps/sim/hooks/use-table-undo.test.ts:70–75  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

68}
69
70function makeCellsForClear(count: number) {
71 return Array.from({ length: count }, (_, i) => ({
72 rowId: `row-${i}`,
73 data: { col: `val-${i}` },
74 }))
75}
76
77/** Drain the microtask queue so all async chunks in executeAction finish. */
78async function flush() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected