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

Function onMappingsSet

src/importer/index.tsx:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 async function onMappingsSet() {
102 await stateBuilder.confirmMappings();
103 stateBuilder.dispatchChange(dispatch);
104 }
105
106 function onCellChanged(payload: CellChangedPayload) {
107 stateBuilder.changeCell(payload);

Callers 1

handleConfirmFunction · 0.85

Calls 2

confirmMappingsMethod · 0.80
dispatchChangeMethod · 0.80

Tested by

no test coverage detected