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

Method removeRows

src/importer/state.tsx:178–180  ·  view source on GitHub ↗
(payload: RemoveRowsPayload)

Source from the content-addressed store, hash-verified

176 }
177
178 public removeRows(payload: RemoveRowsPayload) {
179 this.buildSteps.push({ type: 'REMOVE_ROWS', payload });
180 }
181}
182
183export class OuterStateBuilder extends StateBuilder {

Callers 1

onRemoveRowsFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected