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

Method changeCell

src/importer/state.tsx:174–176  ·  view source on GitHub ↗
(payload: CellChangedPayload)

Source from the content-addressed store, hash-verified

172 }
173
174 public changeCell(payload: CellChangedPayload) {
175 this.buildSteps.push({ type: 'CELL_CHANGED', payload });
176 }
177
178 public removeRows(payload: RemoveRowsPayload) {
179 this.buildSteps.push({ type: 'REMOVE_ROWS', payload });

Callers 1

onCellChangedFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected