Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
export class OuterStateBuilder extends StateBuilder {
Callers
1
onRemoveRows
Function · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected