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

Function TestHook

apps/sim/hooks/use-table-undo.test.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60const TABLE_ID = 'tbl-1'
61
62function TestHook() {
63 return useTableUndo({ workspaceId: WORKSPACE_ID, tableId: TABLE_ID })
64}
65
66function makeEntry(action: TableUndoAction) {
67 return { id: 'e1', action, timestamp: Date.now() }

Callers 1

Calls 1

useTableUndoFunction · 0.90

Tested by

no test coverage detected