MCPcopy Create free account
hub / github.com/HelloCSV/HelloCSV / onCellChanged

Function onCellChanged

src/importer/index.tsx:106–109  ·  view source on GitHub ↗
(payload: CellChangedPayload)

Source from the content-addressed store, hash-verified

104 }
105
106 function onCellChanged(payload: CellChangedPayload) {
107 stateBuilder.changeCell(payload);
108 stateBuilder.dispatchChange(dispatch);
109 }
110
111 function onRemoveRows(payload: RemoveRowsPayload) {
112 stateBuilder.removeRows(payload);

Callers

nothing calls this directly

Calls 2

changeCellMethod · 0.80
dispatchChangeMethod · 0.80

Tested by

no test coverage detected