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

Method isCompleted

src/Upload.js:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 isCompleted () {
28 let completed = true,
29 files = this.state.files;
30 Object.keys(files).forEach((id) => {
31 if (files[id].status !== 2) {
32 completed = false;
33 }
34 });
35 return completed;
36 }
37
38 getValue () {
39 let values = [],

Callers 1

handleChangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected