MCPcopy Create free account
hub / github.com/Lobos/react-ui / start

Method start

src/Upload.js:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 }
156
157 start () {
158 let files = this.state.files;
159 Object.keys(files).forEach((id) => {
160 this.uploadFile(files[id].file, id);
161 });
162 }
163
164 renderFiles () {
165 let files = this.state.files;

Callers 1

injectFunction · 0.80

Calls 1

uploadFileMethod · 0.95

Tested by

no test coverage detected