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

Function onRemoveRows

src/importer/index.tsx:111–114  ·  view source on GitHub ↗
(payload: RemoveRowsPayload)

Source from the content-addressed store, hash-verified

109 }
110
111 function onRemoveRows(payload: RemoveRowsPayload) {
112 stateBuilder.removeRows(payload);
113 stateBuilder.dispatchChange(dispatch);
114 }
115
116 function addEmptyRow() {
117 dispatch({ type: 'ADD_EMPTY_ROW' });

Callers

nothing calls this directly

Calls 2

removeRowsMethod · 0.80
dispatchChangeMethod · 0.80

Tested by

no test coverage detected