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

Function makeEntry

apps/sim/hooks/use-table-undo.test.ts:66–68  ·  view source on GitHub ↗
(action: TableUndoAction)

Source from the content-addressed store, hash-verified

64}
65
66function makeEntry(action: TableUndoAction) {
67 return { id: 'e1', action, timestamp: Date.now() }
68}
69
70function makeCellsForClear(count: number) {
71 return Array.from({ length: count }, (_, i) => ({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected