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

Function onFileUploaded

src/importer/index.tsx:86–89  ·  view source on GitHub ↗
(file: File)

Source from the content-addressed store, hash-verified

84 const stateBuilder = new InnerStateBuilder(importerDefinition, state);
85
86 async function onFileUploaded(file: File) {
87 await stateBuilder.uploadFile(file);
88 stateBuilder.dispatchChange(dispatch);
89 }
90
91 function onEnterDataManually() {
92 stateBuilder.setEnterDataManually();

Callers

nothing calls this directly

Calls 2

uploadFileMethod · 0.80
dispatchChangeMethod · 0.80

Tested by

no test coverage detected